svn commit: r346492 - head/ports-mgmt/pkg-plist

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 12:19:48 UTC 2014


Author: ehaupt
Date: Fri Feb 28 12:19:47 2014
New Revision: 346492
URL: http://svnweb.freebsd.org/changeset/ports/346492
QAT: https://qat.redports.org/buildarchive/r346492/

Log:
  Support staging

Modified:
  head/ports-mgmt/pkg-plist/Makefile

Modified: head/ports-mgmt/pkg-plist/Makefile
==============================================================================
--- head/ports-mgmt/pkg-plist/Makefile	Fri Feb 28 11:52:17 2014	(r346491)
+++ head/ports-mgmt/pkg-plist/Makefile	Fri Feb 28 12:19:47 2014	(r346492)
@@ -12,13 +12,12 @@ COMMENT=	Generate a pkg-plist for a port
 LICENSE=	MIT
 
 USE_PYTHON=	yes
-MAN1=		pkg-plist.1
-PLIST_FILES=	bin/pkg-plist
 NO_BUILD=	yes
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/pkg-plist man/man1/pkg-plist.1.gz
+
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/pkg-plist.1 ${MAN1PREFIX}/man/man1/
+	${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/pkg-plist.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list