diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-10 22:39:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-10 22:39:27 +0000 |
commit | 2d96e251966d08c3765affc11163fc674aa5946c (patch) | |
tree | 5c61a3842d942ea2402e74040511dcbcc1bc9d67 /ports-mgmt | |
parent | 2060ac07caf533762c20f4e9a4c16d195c616359 (diff) | |
download | ports-2d96e251966d08c3765affc11163fc674aa5946c.tar.gz ports-2d96e251966d08c3765affc11163fc674aa5946c.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index e710231794ad..3aa2d024733f 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -76,7 +76,6 @@ NB_OLDPKGS!= pkg_info 2>/dev/null | wc -l .if exists(${PKG_BIN}) NB_NEWPKGS!= ${PKG_INFO} -aq | wc -l .else -LATEST_LINK= pkg-devel NB_NEWPKGS= 0 .endif # Only show the pre-everything notice if they have not already @@ -102,6 +101,8 @@ pre-everything:: .endif .endif +.else +LATEST_LINK= pkg-devel .endif #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) |