summaryrefslogtreecommitdiff
path: root/ports-mgmt/bpkg
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:36:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:36:49 +0000
commit16f65335a1da8b465551d267919a3c57435fb132 (patch)
treefe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/bpkg
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)
Notes
Notes: svn path=/head/; revision=327762
Diffstat (limited to 'ports-mgmt/bpkg')
-rw-r--r--ports-mgmt/bpkg/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/ports-mgmt/bpkg/Makefile b/ports-mgmt/bpkg/Makefile
index 85b1a003b0f2..0c061977acde 100644
--- a/ports-mgmt/bpkg/Makefile
+++ b/ports-mgmt/bpkg/Makefile
@@ -1,11 +1,5 @@
-# New ports collection makefile for: bpkg
-# Date created: 24 June 2007
-# Whom: Andy Kosela <akosela@andykosela.com>
-#
+# Created by: Andy Kosela <akosela@andykosela.com>
# $FreeBSD$
-#
-# This port is self contained in the files directory.
-#
PORTNAME= bpkg
PORTVERSION= 2.1.7
@@ -23,6 +17,7 @@ PLIST_FILES= bin/bpkg
MAN8= bpkg.8
+NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/bin/bpkg
${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8