aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gmake/Makefile
diff options
context:
space:
mode:
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: