diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-08-21 17:29:11 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-08-21 17:29:11 +0000 |
commit | 2e3297baded8a32f7b2da0397e281fbd1c46ca83 (patch) | |
tree | f1a364f1d4c5b653d07c9b14bdae660b39c52f9f /Mk/bsd.port.mk | |
parent | 72fed13d29c5d51021d2db3172cf9f16a71e3d6d (diff) | |
download | ports-2e3297baded8a32f7b2da0397e281fbd1c46ca83.tar.gz ports-2e3297baded8a32f7b2da0397e281fbd1c46ca83.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 5d7b1f10e8b6..1ad6cb2f3ad2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5692,6 +5692,7 @@ generate-plist: .endif .endif .endif + @cd ${.CURDIR} && { ${MAKE} pretty-print-config | fold -sw 120 | ${SED} -e 's/^/@comment OPTIONS:/'; } >> ${TMPPLIST} .endif ${TMPPLIST}: |