diff options
Diffstat (limited to 'x11-toolkits/p5-Gnome2/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gnome2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/p5-Gnome2/Makefile b/x11-toolkits/p5-Gnome2/Makefile index fd1e245..f076dbc 100644 --- a/x11-toolkits/p5-Gnome2/Makefile +++ b/x11-toolkits/p5-Gnome2/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Gnome2 -# Date created: Jan 2, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Gnome2 PORTVERSION= 1.042 @@ -34,6 +29,7 @@ USE_PERL5= configure MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} |