Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 21:30:58 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338172 - head/comms/ibp
Message-ID:  <201312302130.rBULUw85031288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312302130.rBULUw85031288>