svn commit: r328639 - head/sysutils/moreutils-parallel

Eitan Adler eadler at FreeBSD.org
Sun Sep 29 00:25:32 UTC 2013


Author: eadler
Date: Sun Sep 29 00:25:31 2013
New Revision: 328639
URL: http://svnweb.freebsd.org/changeset/ports/328639

Log:
  - Convert to staging

Modified:
  head/sysutils/moreutils-parallel/Makefile

Modified: head/sysutils/moreutils-parallel/Makefile
==============================================================================
--- head/sysutils/moreutils-parallel/Makefile	Sun Sep 29 00:19:25 2013	(r328638)
+++ head/sysutils/moreutils-parallel/Makefile	Sun Sep 29 00:25:31 2013	(r328639)
@@ -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>


More information about the svn-ports-all mailing list