diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-29 00:25:31 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-29 00:25:31 +0000 |
commit | 96175b1db4f58778ec1ab91305fdf8b0f402650f (patch) | |
tree | 6eda7b6bedf73b479c4727f5836f8b61d875f13d /sysutils/moreutils-parallel | |
parent | 017f893a2125cf798bef23c71b3eeff5d5758048 (diff) |
Notes
Diffstat (limited to 'sysutils/moreutils-parallel')
-rw-r--r-- | sysutils/moreutils-parallel/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/moreutils-parallel/Makefile b/sysutils/moreutils-parallel/Makefile index e3a29e8c5a21..a5cd9de335d8 100644 --- a/sysutils/moreutils-parallel/Makefile +++ b/sysutils/moreutils-parallel/Makefile @@ -17,15 +17,14 @@ CONFLICTS= parallel-[0-9]* WRKSRC= ${WRKDIR}/moreutils -MAN1= parallel.1 -MANCOMPRESSED= no -PLIST_FILES= bin/parallel +PLIST_FILES= bin/parallel man/man1/parallel.1.gz -NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/parallel.1 ${WRKSRC}/ -post-install: - cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1/ +do-install: + ${CP} ${WRKSRC}/parallel ${STAGEDIR}${PREFIX}/bin/parallel + cd ${WRKSRC} && ${INSTALL_MAN} parallel.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + .include <bsd.port.mk> |