diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:34:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:34:56 +0000 |
commit | e894c29ad5fd45176ff40a63376707531adddba3 (patch) | |
tree | fe6e6f1047f8d67869e24a29bf32f5ba72588a1c /www/mod_layout22 | |
parent | 26b131e57b2e8fdf4e4c77b11417d7b7bd8b9b37 (diff) |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
Notes
Notes:
svn path=/head/; revision=362026
Diffstat (limited to 'www/mod_layout22')
-rw-r--r-- | www/mod_layout22/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 1c8a4dc8b997..7d86f83147a2 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -20,6 +20,8 @@ LATEST_LINK= mod_layout22 MAKE_ARGS+= builddir=${WRKSRC} +OPTIONS_DEFINE= DOCS + post-patch: ${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \ ${WRKSRC}/Makefile |