svn commit: r328551 - head/ports-mgmt/symports

Eitan Adler eadler at FreeBSD.org
Sat Sep 28 06:48:54 UTC 2013


Author: eadler
Date: Sat Sep 28 06:48:53 2013
New Revision: 328551
URL: http://svnweb.freebsd.org/changeset/ports/328551

Log:
  - Convert to staging

Modified:
  head/ports-mgmt/symports/Makefile

Modified: head/ports-mgmt/symports/Makefile
==============================================================================
--- head/ports-mgmt/symports/Makefile	Sat Sep 28 06:35:23 2013	(r328550)
+++ head/ports-mgmt/symports/Makefile	Sat Sep 28 06:48:53 2013	(r328551)
@@ -14,16 +14,10 @@ LICENSE=	BSD
 USE_BZIP2=	yes
 NO_BUILD=	yes
 
-MAN1=		symports.1
-MANCOMPRESSED=	no
+PLIST_FILES=	bin/${PORTNAME} man/man1/symports.1.gz
 
-PLIST_FILES=	bin/${PORTNAME}
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/auto-symlink-virtual.sh ${PREFIX}/bin/${PORTNAME}
-
-post-install:
-	${INSTALL_MAN} ${WRKDIR}/${MAN1} ${MAN1PREFIX}/man/man1/${MAN1}
+	${INSTALL_SCRIPT} ${WRKDIR}/auto-symlink-virtual.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_MAN} ${WRKDIR}/symports.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/symports.1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list