aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-06 07:04:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-06 07:04:45 +0000
commitf05b0c8f66ab5fc50680b28701de06b99bfd4490 (patch)
tree0d465d0ea4d970feedc4e80bbb0808bbe53bdc1a /Mk/bsd.port.mk
parent5324200cb518799bd9e5cebae33234fef3c867b0 (diff)
downloadports-f05b0c8f66ab5fc50680b28701de06b99bfd4490.tar.gz
ports-f05b0c8f66ab5fc50680b28701de06b99bfd4490.zip
Do not append options to pkg-plist when using pkgng given that this is already
appended to +MANIFEST in bsd.pkgng.mk Submitted by: bdrewery
Notes
Notes: svn path=/head/; revision=313504
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 07e2b2b021c4..5d71ce564e79 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5740,8 +5740,10 @@ generate-plist:
.endif
.endif
.endif
+.if !defined(WITH_PKGNG)
@cd ${.CURDIR} && { ${MAKE} pretty-print-config | fold -sw 120 | ${SED} -e 's/^/@comment OPTIONS:/'; } >> ${TMPPLIST}
.endif
+.endif
${TMPPLIST}:
@cd ${.CURDIR} && ${MAKE} generate-plist