aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-17 18:19:57 +0800
committertijl <tijl@FreeBSD.org>2014-09-17 18:19:57 +0800
commit4c7db9257f4e344647aaefbd3714e3ae4197e857 (patch)
tree0a6b7c89bb1743d91e28c2eae6a6706162840ec2 /misc
parent28ef836b3a5b288d4d00bc53acc2ec0fa1f80c72 (diff)
downloadfreebsd-ports-gnome-4c7db9257f4e344647aaefbd3714e3ae4197e857.tar.gz
freebsd-ports-gnome-4c7db9257f4e344647aaefbd3714e3ae4197e857.tar.zst
freebsd-ports-gnome-4c7db9257f4e344647aaefbd3714e3ae4197e857.zip
Convert to USES=autoreconf
Diffstat (limited to 'misc')
-rw-r--r--misc/pinfo/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index 9897c59d6750..daf7be05b739 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -13,12 +13,8 @@ COMMENT= Ncurses based, lynx style info documentation browser
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= libtool makeinfo ncurses tar:bzip2
-USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-ACLOCAL_ARGS= -I macros
-AUTOMAKE_ARGS= --add-missing --force-missing
-CONFIGURE_ARGS= --with-localedir=${PREFIX}/share/locale
-
+USES= autoreconf libtool makeinfo ncurses tar:bzip2
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
@@ -42,7 +38,4 @@ USES+= gettext:build
CONFIGURE_ARGS+=--disable-nls
.endif
-pre-configure:
- @(cd ${WRKSRC} && ${LOCALBASE}/bin/autopoint -f)
-
.include <bsd.port.mk>