diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 02:29:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 02:29:34 +0000 |
commit | 136cc8f44fe06808a711d8d17b4a4edde5528fb2 (patch) | |
tree | b84ea78c60b31723859f75646bb5378e75c71abc /irc/cwirc | |
parent | 23b245ed039e9ae8b8b051e8d072451d35ed49d9 (diff) | |
download | ports-136cc8f44fe06808a711d8d17b4a4edde5528fb2.tar.gz ports-136cc8f44fe06808a711d8d17b4a4edde5528fb2.zip |
Notes
Diffstat (limited to 'irc/cwirc')
-rw-r--r-- | irc/cwirc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/cwirc/Makefile b/irc/cwirc/Makefile index 7c7e8087518a..4c0c1ed70245 100644 --- a/irc/cwirc/Makefile +++ b/irc/cwirc/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat USES= pkgconfig +OPTIONS_DEFINE= DOCS + post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC} @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ |