diff options
author | beat <beat@FreeBSD.org> | 2012-08-22 01:29:11 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-08-22 01:29:11 +0800 |
commit | cc1efd60eba20d2713685d73c8ce6301f719856a (patch) | |
tree | f1a364f1d4c5b653d07c9b14bdae660b39c52f9f /Mk | |
parent | f363c6de27e7f9722d808314543a289028c0a3ff (diff) | |
download | freebsd-ports-gnome-cc1efd60eba20d2713685d73c8ce6301f719856a.tar.gz freebsd-ports-gnome-cc1efd60eba20d2713685d73c8ce6301f719856a.tar.zst freebsd-ports-gnome-cc1efd60eba20d2713685d73c8ce6301f719856a.zip |
- Record the selected OPTIONS from the port build into the resulting
+CONTENTS file.
PR: ports/170469
Submitted by: bdrewery@
Tested by: exp-run on pointyhat
Diffstat (limited to '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}: |