summaryrefslogtreecommitdiff
path: root/devel/gmake/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-06-06 22:40:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-06-06 22:40:06 +0000
commit2e4c56c361f5edcd5cc4686a4384a53c1435c1e9 (patch)
tree24f10a3b9653e62430868d306a6bce0f208befc5 /devel/gmake/Makefile
parentFix compile for gcc3. On CURRENT, the exception tests are failing. This (diff)
Make localised messages working. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=60726
Diffstat (limited to 'devel/gmake/Makefile')
-rw-r--r--devel/gmake/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index a947aafac0cb..514955391721 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmake
PORTVERSION= 3.79.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
@@ -18,11 +18,18 @@ MAINTAINER= portmgr@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--with-included-gettext
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H -DHAVE_LC_MESSAGES" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gmake.1
+# Fscking GNU developers put 777 dirs into their tarball, so that anybody
+# could insert evil code into gmake without you even noticing by modifying
+# files during do-extract or do-configure.
+
+pre-extract:
+ ${CHMOD} 700 ${WRKDIR}
+
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
post-install: