diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /sysutils/cfengine22 | |
parent | Add DOCS option for ports with PORTDOCS in plist. (diff) |
Add DOCS option where PORTDOCS is in plist.
Notes
Notes:
svn path=/head/; revision=362024
Diffstat (limited to 'sysutils/cfengine22')
-rw-r--r-- | sysutils/cfengine22/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cfengine22/Makefile b/sysutils/cfengine22/Makefile index b6a4562ac2af..9e80292173db 100644 --- a/sysutils/cfengine22/Makefile +++ b/sysutils/cfengine22/Makefile @@ -34,6 +34,8 @@ CONFIGURE_ENV+= BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \ INFO= cfengine-Tutorial cfengine-Reference +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e '/^docdir/s!=.*!= @docdir@!'\ ${WRKSRC}/doc/Makefile.in \ |