diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 19:40:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 19:40:00 +0800 |
commit | 865c8ef4d693300b4f4e28040baa3f51660775bd (patch) | |
tree | 26a12a22ece9b95b48e5c48d5074c90e9ed359f4 /comms | |
parent | 51439a95b4a05bd06859ec24b21643cc33109632 (diff) | |
download | freebsd-ports-gnome-865c8ef4d693300b4f4e28040baa3f51660775bd.tar.gz freebsd-ports-gnome-865c8ef4d693300b4f4e28040baa3f51660775bd.tar.zst freebsd-ports-gnome-865c8ef4d693300b4f4e28040baa3f51660775bd.zip |
Convert to USES=autoreconf
Diffstat (limited to 'comms')
-rw-r--r-- | comms/owfs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index 85ab20d22653..fb61bdeb44f4 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -12,12 +12,9 @@ COMMENT= OWFS -- 1-Wire file system LICENSE= GPLv2 -USES= libtool -ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal +USES= autoreconf libtool -USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake -AUTOMAKE_ARGS= --add-missing -GNU_CONFIGURE= On +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes |