diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-19 23:02:30 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-19 23:02:30 +0800 |
commit | ca8571c3bb1a6cb570b11984e95e7b796190ec92 (patch) | |
tree | 33e57a2a7acd0948ca6e1942c9e87b4cb6a73320 /net | |
parent | 67dbacbfa12d755cc2116e378552c683b0be57a2 (diff) | |
download | freebsd-ports-gnome-ca8571c3bb1a6cb570b11984e95e7b796190ec92.tar.gz freebsd-ports-gnome-ca8571c3bb1a6cb570b11984e95e7b796190ec92.tar.zst freebsd-ports-gnome-ca8571c3bb1a6cb570b11984e95e7b796190ec92.zip |
Convert to USES=autoreconf
Diffstat (limited to 'net')
-rw-r--r-- | net/ptpd2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ptpd2/Makefile b/net/ptpd2/Makefile index bb46674e9af9..c4ea217df630 100644 --- a/net/ptpd2/Makefile +++ b/net/ptpd2/Makefile @@ -16,9 +16,8 @@ CONFLICTS= ptpd2-devel.* ETCDIR= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} -USES= gmake libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize +USES= autoreconf gmake libtool PORTDOCS= * @@ -32,11 +31,6 @@ SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp .include <bsd.port.options.mk> -run-autotools: run-autotools-autoreconf - -run-autotools-autoreconf: - @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i - post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} |