diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-17 10:19:57 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-17 10:19:57 +0000 |
commit | 4c7db9257f4e344647aaefbd3714e3ae4197e857 (patch) | |
tree | 0a6b7c89bb1743d91e28c2eae6a6706162840ec2 | |
parent | 28ef836b3a5b288d4d00bc53acc2ec0fa1f80c72 (diff) | |
download | FreeBSD-ports-4c7db9257f4e344647aaefbd3714e3ae4197e857.zip FreeBSD-ports-4c7db9257f4e344647aaefbd3714e3ae4197e857.tar.gz |
Convert to USES=autoreconf
-rw-r--r-- | misc/pinfo/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 9897c59..daf7be0 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> |