svn commit: r368567 - head/net/ptpd2
Tijl Coosemans
tijl at FreeBSD.org
Fri Sep 19 15:02:30 UTC 2014
Author: tijl
Date: Fri Sep 19 15:02:30 2014
New Revision: 368567
URL: http://svnweb.freebsd.org/changeset/ports/368567
QAT: https://qat.redports.org/buildarchive/r368567/
Log:
Convert to USES=autoreconf
Modified:
head/net/ptpd2/Makefile
Modified: head/net/ptpd2/Makefile
==============================================================================
--- head/net/ptpd2/Makefile Fri Sep 19 14:36:51 2014 (r368566)
+++ head/net/ptpd2/Makefile Fri Sep 19 15:02:30 2014 (r368567)
@@ -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:${PORTSD
.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}
More information about the svn-ports-all
mailing list