diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2004-07-09 18:19:58 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2004-07-09 18:19:58 +0000 |
| commit | 9aa97d0a2a5a04c075d8cca180be978adf205290 (patch) | |
| tree | 53ba163531ba15f5550df20794863b0e9d44c0b0 /net/java-beepcore/Makefile | |
| parent | Update to version 0.5.5 (diff) | |
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.
. While I'm here:
. Use PORTDOCS to greatly simplify the packing list.
. Use %%EXAMPLESDIR%% in the packing list rather than the equivalent
hardcoded path.
Diffstat (limited to 'net/java-beepcore/Makefile')
| -rw-r--r-- | net/java-beepcore/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/java-beepcore/Makefile b/net/java-beepcore/Makefile index 812f9456f67c..d2e8b77e4353 100644 --- a/net/java-beepcore/Makefile +++ b/net/java-beepcore/Makefile @@ -24,6 +24,10 @@ NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + do-install: ${INSTALL_DATA} ${WRKSRC}/lib/beep*.jar ${JAVAJARDIR} ${MKDIR} ${EXAMPLESDIR} |
