diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-29 08:25:31 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-29 08:25:31 +0800 |
commit | 19e7d53c82df9492ad7ca1cbf7ee39c03c0b672a (patch) | |
tree | 6eda7b6bedf73b479c4727f5836f8b61d875f13d | |
parent | 976c26f47a77d3c6b571c1650ee66640da8a9acf (diff) | |
download | freebsd-ports-graphics-19e7d53c82df9492ad7ca1cbf7ee39c03c0b672a.tar.gz freebsd-ports-graphics-19e7d53c82df9492ad7ca1cbf7ee39c03c0b672a.tar.zst freebsd-ports-graphics-19e7d53c82df9492ad7ca1cbf7ee39c03c0b672a.zip |
- Convert to staging
-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 e3a29e8c5a2..a5cd9de335d 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> |