diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-23 22:57:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-23 22:57:19 +0800 |
commit | 7c33a140263c79d52a68682e4628dff9bd9ab814 (patch) | |
tree | c8e652b7b754387979103075d7286f5c21adf4f4 /irc | |
parent | b1f5a0e982ce8d6bb4f899c456c1fe2982297b5d (diff) | |
download | freebsd-ports-gnome-7c33a140263c79d52a68682e4628dff9bd9ab814.tar.gz freebsd-ports-gnome-7c33a140263c79d52a68682e4628dff9bd9ab814.tar.zst freebsd-ports-gnome-7c33a140263c79d52a68682e4628dff9bd9ab814.zip |
Convert to USES=autoreconf.
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} |