aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-02-12 10:52:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-02-12 10:52:26 +0000
commitd866f318b12ab4db338b73969ac38a1adffecbf7 (patch)
tree39e0e66acd2a0851e47e48bafe8fe5a16ed83af3 /ports-mgmt
parent7b8f1fdf7bcd5aa9e275884a6f24c41761ff0f58 (diff)
downloadports-d866f318b12ab4db338b73969ac38a1adffecbf7.tar.gz
ports-d866f318b12ab4db338b73969ac38a1adffecbf7.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 37f3f598cba3..017fff3eceeb 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pkg
DISTVERSION= 1.0-beta5
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/
@@ -21,6 +22,7 @@ USE_BZIP2= yes
#define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :)
.if defined(WITH_PKGNG)
PKG_DEPENDS=
+.undef INSTALLS_DEPENDS
.if !exists(${LOCALBASE}/sbin/pkg)
PKG_BIN= ${WRKSRC}/pkg-static/pkg-static
.endif