summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-29 00:25:31 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-29 00:25:31 +0000
commit96175b1db4f58778ec1ab91305fdf8b0f402650f (patch)
tree6eda7b6bedf73b479c4727f5836f8b61d875f13d /sysutils
parent- Convert to staging (diff)
- Convert to staging
Notes
Notes: svn path=/head/; revision=328639
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/moreutils-parallel/Makefile11
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>