aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-12-06 10:05:37 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-12-06 10:05:37 +0800
commit07c25bde135c4213c47ea3c252987f50d1ceb248 (patch)
tree047af58c9a375dffcd6c9ff84f9f36178808f64c
parentd126820c0ccb0492335c39a5b7f0439ac675c4da (diff)
downloadfreebsd-ports-gnome-07c25bde135c4213c47ea3c252987f50d1ceb248.tar.gz
freebsd-ports-gnome-07c25bde135c4213c47ea3c252987f50d1ceb248.tar.zst
freebsd-ports-gnome-07c25bde135c4213c47ea3c252987f50d1ceb248.zip
- Set NO_LATEST_LINK=yes to avoid duplicated LATEST_LINK with www/node
Reported by: erwin Feature safe: yes
-rw-r--r--www/node04/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/node04/Makefile b/www/node04/Makefile
index 114d699acb95..e8001cefd70f 100644
--- a/www/node04/Makefile
+++ b/www/node04/Makefile
@@ -30,6 +30,7 @@ ONLY_FOR_ARCHS= i386 amd64
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST}
PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
+NO_LATEST_LINK= yes
.include <bsd.port.pre.mk>