diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-07 06:40:39 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-07 06:40:39 +0800 |
commit | 218900587ccabc74b9bec34ae73fdeebaa0995fc (patch) | |
tree | 93dd8a0cfd4bacd5f788753dca8289c569eb679f /devel | |
parent | c2cf7246d7588361cdb90fbef4a3449d56585b30 (diff) | |
download | freebsd-ports-gnome-218900587ccabc74b9bec34ae73fdeebaa0995fc.tar.gz freebsd-ports-gnome-218900587ccabc74b9bec34ae73fdeebaa0995fc.tar.zst freebsd-ports-gnome-218900587ccabc74b9bec34ae73fdeebaa0995fc.zip |
Remove cruft slipped into previous commit.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gmake/Makefile | 7 | ||||
-rw-r--r-- | devel/gmake381/Makefile | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 514955391721..10b5e9ef545b 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -23,13 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H -DHAVE_LC_MESSAG 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: diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile index 514955391721..10b5e9ef545b 100644 --- a/devel/gmake381/Makefile +++ b/devel/gmake381/Makefile @@ -23,13 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H -DHAVE_LC_MESSAG 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: |