aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-10-04 01:54:57 +0800
committertijl <tijl@FreeBSD.org>2014-10-04 01:54:57 +0800
commit4f396c6c5cef514c7f191768a519348db282afb6 (patch)
treee0e2ef671b5bff9679288dba1aaa3a0217f811d5
parenta6e65292396d031663234f4df685ed5d509e53d6 (diff)
downloadfreebsd-ports-gnome-4f396c6c5cef514c7f191768a519348db282afb6.tar.gz
freebsd-ports-gnome-4f396c6c5cef514c7f191768a519348db282afb6.tar.zst
freebsd-ports-gnome-4f396c6c5cef514c7f191768a519348db282afb6.zip
Convert to USES=autoreconf
-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>