diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:57:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:57:47 +0800 |
commit | 0098fda52c7d85a29049faae90777e191a11cc0d (patch) | |
tree | 0fa316fbf9025ae43a8ee6d56dec95166d38a31b /x11-toolkits/p5-Gtk2 | |
parent | e226b2e95047b72ad858c0536de026def8709939 (diff) | |
download | freebsd-ports-gnome-0098fda52c7d85a29049faae90777e191a11cc0d.tar.gz freebsd-ports-gnome-0098fda52c7d85a29049faae90777e191a11cc0d.tar.zst freebsd-ports-gnome-0098fda52c7d85a29049faae90777e191a11cc0d.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits)
Diffstat (limited to 'x11-toolkits/p5-Gtk2')
-rw-r--r-- | x11-toolkits/p5-Gtk2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/p5-Gtk2/Makefile b/x11-toolkits/p5-Gtk2/Makefile index d23855c5dc91..5bbca46dbb6b 100644 --- a/x11-toolkits/p5-Gtk2/Makefile +++ b/x11-toolkits/p5-Gtk2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/p5-Gtk2 -# Date created: Oct 27 2003 -# Whom: clsung@dragon2.net -# +# Created by: clsung@dragon2.net # $FreeBSD$ -# PORTNAME= Gtk2 PORTVERSION= 1.243 @@ -30,6 +26,7 @@ USE_GMAKE= yes CONFIGURE_ENV+= FORCE_GMAKE=yes MAKE_ENV+= LANG=C +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} |