diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 14:57:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 14:57:19 +0000 |
commit | 3812bba5a2829faab9a8e210bf8f577af0267aa1 (patch) | |
tree | c8e652b7b754387979103075d7286f5c21adf4f4 /irc | |
parent | 67eadb2b43df764ccb8ade157bd92fbf16dca4f4 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/dircproxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile index 89bc18807194..8b3f9446a755 100644 --- a/irc/dircproxy/Makefile +++ b/irc/dircproxy/Makefile @@ -16,11 +16,10 @@ GH_ACCOUNT= w8tvi GH_PROJECT= dircproxy GH_TAGNAME= dc563b3 -USE_AUTOTOOLS= aclocal autoheader automake autoconf -AUTOMAKE_ARGS= --add-missing --copy GNU_CONFIGURE= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +USES= autoreconf post-install: @cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR} |