diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 19:40:00 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 19:40:00 +0800 |
commit | 0e0a3aa28cfba59e8b505c77dea4810aa04a2c4d (patch) | |
tree | 26a12a22ece9b95b48e5c48d5074c90e9ed359f4 /comms | |
parent | 17032b5040a1e483a265f117f0e6a2daa1f28952 (diff) | |
download | freebsd-ports-gnome-0e0a3aa28cfba59e8b505c77dea4810aa04a2c4d.tar.gz freebsd-ports-gnome-0e0a3aa28cfba59e8b505c77dea4810aa04a2c4d.tar.zst freebsd-ports-gnome-0e0a3aa28cfba59e8b505c77dea4810aa04a2c4d.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 |