svn commit: r328554 - head/ports-mgmt/pkg_rmleaves

Eitan Adler eadler at FreeBSD.org
Sat Sep 28 06:58:47 UTC 2013


Author: eadler
Date: Sat Sep 28 06:58:46 2013
New Revision: 328554
URL: http://svnweb.freebsd.org/changeset/ports/328554

Log:
  - convert to staging

Modified:
  head/ports-mgmt/pkg_rmleaves/Makefile

Modified: head/ports-mgmt/pkg_rmleaves/Makefile
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/Makefile	Sat Sep 28 06:57:32 2013	(r328553)
+++ head/ports-mgmt/pkg_rmleaves/Makefile	Sat Sep 28 06:58:46 2013	(r328554)
@@ -13,13 +13,10 @@ NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-MAN1=		pkg_rmleaves.1
+PLIST_FILES=	sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz
 
-PLIST_FILES=	sbin/pkg_rmleaves
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${PREFIX}/sbin/pkg_rmleaves
-	${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves
+	${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list