Convert to USES=autoreconf
This commit is contained in:
parent
45dce9a0a7
commit
2ddf31e4fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369920
1 changed files with 3 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue