diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-25 21:17:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-25 21:17:37 +0000 |
commit | 38a5f7e91089bcf864fe3feb64b87a3b9986f1db (patch) | |
tree | c8698b1050267f2f664d01f7d5799e770d6e0d70 /Mk | |
parent | sysutils/rubygem-fluentd: update to 0.10.53, unbreak, use new rubygem-cool.io (diff) |
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')
-rw-r--r-- | Mk/bsd.port.mk | 8 |
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 \ |