svn commit: r345989 - head/sysutils/cpdup

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 12:53:22 UTC 2014


Author: ehaupt
Date: Tue Feb 25 12:53:21 2014
New Revision: 345989
URL: http://svnweb.freebsd.org/changeset/ports/345989
QAT: https://qat.redports.org/buildarchive/r345989/

Log:
  Support staging

Modified:
  head/sysutils/cpdup/Makefile

Modified: head/sysutils/cpdup/Makefile
==============================================================================
--- head/sysutils/cpdup/Makefile	Tue Feb 25 12:50:45 2014	(r345988)
+++ head/sysutils/cpdup/Makefile	Tue Feb 25 12:53:21 2014	(r345989)
@@ -16,13 +16,11 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 CFLAGS+=	-D_ST_FLAGS_PRESENT_
 
-MAN1=		cpdup.1
-PLIST_FILES=	bin/cpdup
+PLIST_FILES=	bin/cpdup man/man1/cpdup.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list