diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 20:58:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 20:58:34 +0800 |
commit | d40453cba9bc86d2a6367cebe6d1f030b4b29537 (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /www/sams2 | |
parent | d59db5f0fd2d82d0819dffb4761dd8252c9fed64 (diff) | |
download | freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.tar.gz freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.tar.zst freebsd-ports-gnome-d40453cba9bc86d2a6367cebe6d1f030b4b29537.zip |
Convert to USES=autoreconf
Diffstat (limited to 'www/sams2')
-rw-r--r-- | www/sams2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/sams2/Makefile b/www/sams2/Makefile index c3b47a7e950d..1683e8f599fe 100644 --- a/www/sams2/Makefile +++ b/www/sams2/Makefile @@ -14,8 +14,7 @@ LICENSE= BSD4CLAUSE LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/${_MYSQL_SERVER} -USES= gmake libtool tar:bzip2 -USE_AUTOTOOLS= aclocal libtoolize +USES= autoreconf gmake libtool tar:bzip2 USE_LDCONFIG= yes USE_PHP= gd mysql zlib USE_MYSQL= yes @@ -47,11 +46,6 @@ AP24= "" . endif .endif -do-configure: - (cd ${WRKSRC} && make -f Makefile.cvs) - (cd ${WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}) - post-install: ${INSTALL_SCRIPT} ${FILESDIR}/sams2 ${STAGEDIR}${PREFIX}/etc/rc.d/ ${INSTALL_DATA} ${WRKDIR}/sams2.conf.sample ${STAGEDIR}${PREFIX}/etc |