svn commit: r345506 - head/net-mgmt/cdpd

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 15:49:44 UTC 2014


Author: ehaupt
Date: Fri Feb 21 15:49:44 2014
New Revision: 345506
URL: http://svnweb.freebsd.org/changeset/ports/345506
QAT: https://qat.redports.org/buildarchive/r345506/

Log:
  Support staging

Modified:
  head/net-mgmt/cdpd/Makefile

Modified: head/net-mgmt/cdpd/Makefile
==============================================================================
--- head/net-mgmt/cdpd/Makefile	Fri Feb 21 15:48:50 2014	(r345505)
+++ head/net-mgmt/cdpd/Makefile	Fri Feb 21 15:49:44 2014	(r345506)
@@ -13,13 +13,10 @@ GNU_CONFIGURE=	yes
 EXTRACT_SUFX=	.tgz
 
 USE_RC_SUBR=	cdpd
-PLIST_FILES=	sbin/cdpd
+PLIST_FILES=	sbin/cdpd man/man8/cdpd.8.gz
 
-MAN8=	cdpd.8
-
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin
-	@${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${MAN8PREFIX}/man/man8
+	${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list