svn commit: r369920 - head/sysutils/clsync
Tijl Coosemans
tijl at FreeBSD.org
Fri Oct 3 17:54:58 UTC 2014
Author: tijl
Date: Fri Oct 3 17:54:57 2014
New Revision: 369920
URL: https://svnweb.freebsd.org/changeset/ports/369920
QAT: https://qat.redports.org/buildarchive/r369920/
Log:
Convert to USES=autoreconf
Modified:
head/sysutils/clsync/Makefile
Modified: head/sysutils/clsync/Makefile
==============================================================================
--- head/sysutils/clsync/Makefile Fri Oct 3 17:48:21 2014 (r369919)
+++ head/sysutils/clsync/Makefile Fri Oct 3 17:54:57 2014 (r369920)
@@ -16,7 +16,7 @@ LIB_DEPENDS= libinotify.so:${PORTSDIR}/d
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
GNU_CONFIGURE= yes
-USES= gmake libtool pkgconfig
+USES= autoreconf gmake libtool pkgconfig
USE_GNOME= glib20
USE_RC_SUBR= clsync
@@ -29,8 +29,6 @@ GH_PROJECT= clsync
GH_COMMIT= 85e5475
GH_TAGNAME= ${GH_COMMIT}
-USE_AUTOTOOLS= autoconf aclocal automake libtoolize
-
OPTIONS_DEFINE= PARANOID VERYPARANOID SOCKET DEBUG LIBCLSYNC
PARANOID_DESC= Enable paranoid secure routines
@@ -64,15 +62,10 @@ CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --enable-libclsync
.endif
-.include <bsd.port.pre.mk>
-
-pre-configure:
- cd "${WRKSRC}" && ${AUTORECONF} -fi
-
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/clsync ${STAGEDIR}/${PREFIX}/sbin/clsync
+ ${INSTALL_SCRIPT} ${WRKSRC}/clsync ${STAGEDIR}/${PREFIX}/sbin/clsync
${INSTALL_DATA} ${WRKSRC}/man/man1/clsync.1 ${STAGEDIR}/${PREFIX}/man/man1/clsync.1
${MKDIR} ${STAGEDIR}/${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/freebsd/usr/local/etc/clsync/${PORTNAME}.conf ${STAGEDIR}/${ETCDIR}/${PORTNAME}.conf.sample
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list