:: is old style and bsd.port.mk(5) will through a fatal error when using
it, $V is now used consistently.

Feedback? Comments?

Index: guide.html
===================================================================
RCS file: /cvs/www/faq/ports/guide.html,v
retrieving revision 1.73
diff -u -p -r1.73 guide.html
--- guide.html  8 Aug 2017 15:48:56 -0000       1.73
+++ guide.html  9 Aug 2017 14:50:01 -0000
@@ -854,7 +854,7 @@ CATEGORIES = app
 COMMENT-core = foo core application
 COMMENT-x11 = foo graphical interface
 V = 1.0
-DISTNAME = foo-1.0
+DISTNAME = foo-$V
 PKGNAME-core = foo-core-$V
 PKGNAME-x11 = foo-x11-$V
 PSEUDO_FLAVORS = no_x11
@@ -864,7 +864,7 @@ CONFIGURE_STYLE = gnu
 MULTI_PACKAGES = -core
 WANTLIB = c m crypto ssl
 WANTLIB-x11 = ${WANTLIB} X11 Xt
-RUN_DEPENDS-x11 = ::${BASE_PKGPATH},-core
+RUN_DEPENDS-x11 = ${BASE_PKGPATH},-core
 
 .if ${FLAVOR:L:Mno_x11}
 CONFIGURE_ARGS += --disable-x11

Reply via email to