mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Always define BUILDDIR. This fixes build when NOPORTDOCS is defined.
Reported by: QAT
This commit is contained in:
parent
d0e9da2539
commit
a1028550a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219069
@ -30,8 +30,8 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/checkstyle %%JAVAJARDIR%%/${PORTNAME}.jar %%JAVAJARDIR%%/${PORTNAME}-optional.jar \
|
||||
%%DATADIR%%/examples/conf/sun_checks.xml
|
||||
.if !defined(NOPORTDOCS)
|
||||
BUILDDIR= ${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= README LICENSE* RIGHTS* docs
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user