svn commit: r338172 - head/comms/ibp

Diane Bruce db at FreeBSD.org
Mon Dec 30 21:30:59 UTC 2013


Author: db
Date: Mon Dec 30 21:30:58 2013
New Revision: 338172
URL: http://svnweb.freebsd.org/changeset/ports/338172

Log:
  - Enable staging

Added:
  head/comms/ibp/pkg-plist   (contents, props changed)
Modified:
  head/comms/ibp/Makefile   (contents, props changed)

Modified: head/comms/ibp/Makefile
==============================================================================
--- head/comms/ibp/Makefile	Mon Dec 30 21:12:16 2013	(r338171)
+++ head/comms/ibp/Makefile	Mon Dec 30 21:30:58 2013	(r338172)
@@ -16,13 +16,8 @@ COMMENT=	A little program for monitoring
 USES=		imake
 USE_XORG=	x11
 
-PLIST_FILES=	bin/ibp
-MAN1=		ibp.1
-MANCOMPRESSED=	no
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM}	${WRKSRC}/ibp ${PREFIX}/bin/
-	${INSTALL_MAN}	${WRKSRC}/ibp.1 ${MANPREFIX}/man/man1/ibp.1
+	${INSTALL_PROGRAM}	${WRKSRC}/ibp ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN}	${WRKSRC}/ibp.1 ${STAGEDIR}${MANPREFIX}/man/man1/ibp.1
 
 .include <bsd.port.mk>

Added: head/comms/ibp/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/ibp/pkg-plist	Mon Dec 30 21:30:58 2013	(r338172)
@@ -0,0 +1,2 @@
+bin/ibp
+man/man1/ibp.1.gz


More information about the svn-ports-head mailing list