aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-25 21:17:37 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-25 21:17:37 +0000
commit38a5f7e91089bcf864fe3feb64b87a3b9986f1db (patch)
treec8698b1050267f2f664d01f7d5799e770d6e0d70 /Mk/bsd.port.mk
parente36c8fd1731d56c73d736db158277fa1495b127e (diff)
downloadports-38a5f7e91089bcf864fe3feb64b87a3b9986f1db.tar.gz
ports-38a5f7e91089bcf864fe3feb64b87a3b9986f1db.zip
Remove support for NOPORTDATA
Differential Revision: https://reviews.freebsd.org/D629 Reviewed by: bapt With hat: portmgr
Notes
Notes: svn path=/head/; revision=366154
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ad5f10f5e314..2ef3b2039f2c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1634,12 +1634,6 @@ PLIST_SUB+= PORTEXAMPLES="@comment "
PLIST_SUB+= PORTEXAMPLES=""
.endif
-.if defined(NOPORTDATA)
-PLIST_SUB+= PORTDATA="@comment "
-.else
-PLIST_SUB+= PORTDATA=""
-.endif
-
CONFIGURE_SHELL?= ${SH}
MAKE_SHELL?= ${SH}
@@ -5590,7 +5584,7 @@ add-plist-examples:
.endif
.if !target(add-plist-data)
-.if defined(PORTDATA) && !defined(NOPORTDATA)
+.if defined(PORTDATA)
add-plist-data:
@if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \
[ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \