aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clsync
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-03 17:54:57 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-03 17:54:57 +0000
commit2ddf31e4fd58239f363876122b10bf8403b5a50f (patch)
treee0e2ef671b5bff9679288dba1aaa3a0217f811d5 /sysutils/clsync
parent45dce9a0a7f9354d13a2d77b1d66554cede96022 (diff)
downloadports-2ddf31e4fd58239f363876122b10bf8403b5a50f.tar.gz
ports-2ddf31e4fd58239f363876122b10bf8403b5a50f.zip
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=369920
Diffstat (limited to 'sysutils/clsync')
-rw-r--r--sysutils/clsync/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/sysutils/clsync/Makefile b/sysutils/clsync/Makefile
index 1d823bc85295..aa6e23a32f69 100644
--- a/sysutils/clsync/Makefile
+++ b/sysutils/clsync/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \
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>