Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/gmake/Makefile,v retrieving revision 1.59 diff -u -u -r1.59 Makefile --- Makefile 4 Feb 2004 07:56:11 -0000 1.59 +++ Makefile 13 Oct 2004 17:52:34 -0000 @@ -16,15 +16,12 @@ MAINTAINER= ade@FreeBSD.org COMMENT= GNU version of 'make' utility -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -.endif - USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--program-prefix=g .if !defined(WITHOUT_NLS) +USE_GETTEXT= yes CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" @@ -35,6 +32,7 @@ CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" MAN1= gmake.1 +INFO= make .ifdef USE_GMAKE .error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/gmake/pkg-plist,v retrieving revision 1.12 diff -u -u -r1.12 pkg-plist --- pkg-plist 10 Oct 2002 07:26:51 -0000 1.12 +++ pkg-plist 13 Oct 2004 17:52:34 -0000 @@ -1,7 +1,4 @@ bin/gmake -@unexec install-info --delete %D/info/make.info %D/info/dir -info/make.info -@exec install-info %D/info/make.info %D/info/dir %%NLS%%share/locale/da/LC_MESSAGES/make.mo %%NLS%%share/locale/de/LC_MESSAGES/make.mo %%NLS%%share/locale/es/LC_MESSAGES/make.mo