diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-05 02:42:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-05 02:42:50 +0800 |
commit | d01525ce802efb67cd1f66b0ad38a6d89ca0aa3c (patch) | |
tree | 966428f0fbb7c45a3d077d43b89fb6633bc9bd65 /archivers | |
parent | 583dd18aea99686e3c13f1443941d7cbcd105e71 (diff) | |
download | freebsd-ports-gnome-d01525ce802efb67cd1f66b0ad38a6d89ca0aa3c.tar.gz freebsd-ports-gnome-d01525ce802efb67cd1f66b0ad38a6d89ca0aa3c.tar.zst freebsd-ports-gnome-d01525ce802efb67cd1f66b0ad38a6d89ca0aa3c.zip |
Support stage
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index c211eab62a5c..35bc0bc003eb 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -12,7 +12,6 @@ COMMENT= Version of JDK's `jar' command written entirely in C LICENSE= GPLv2 -NO_STAGE= yes USES= gmake perl5 USES_PERL5= build USE_BZIP2= yes @@ -20,19 +19,16 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= CHANGES ChangeLog NEWS README -PLIST_FILES= bin/fastjar bin/grepjar +PLIST_FILES= bin/fastjar bin/grepjar \ + man/man1/fastjar.1.gz \ + man/man1/grepjar.1.gz INFO= fastjar -MAN1= fastjar.1 grepjar.1 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |