diff options
Diffstat (limited to 'astro/ksetispy/Makefile')
-rw-r--r-- | astro/ksetispy/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/astro/ksetispy/Makefile b/astro/ksetispy/Makefile index 9a052ca4817b..7345d2bf2912 100644 --- a/astro/ksetispy/Makefile +++ b/astro/ksetispy/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: ksetispy # Date created: Sat Jan 5 14:44:45 BRST 2002 -# Whom: Hammurabi Mendes <hmendes_br@yahoo.com> +# Whom: Hammurabi Mendes <hmendes@brturbo.com> # # $FreeBSD$ # PORTNAME= ksetispy -PORTVERSION= 0.3.5 +PORTVERSION= 0.4.2 CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= hmendes_br@yahoo.com +MAINTAINER= hmendes@brturbo.com USE_QT_VER= 2 USE_KDEBASE_VER=2 @@ -28,5 +28,9 @@ post-patch: .ifndef(WITH_OPTIMIZED_CFLAGS) @${PERL} -pi -e 's/-O2//' ${CONFIGURE_WRKSRC}/configure .endif +.ifdef(NOPORTDOCS) + @${PERL} -pi -e 's/^(all:) docs-am/\1/; s/^(SUBDIRS.+)?doc/\1/' \ + ${WRKSRC}/Makefile.in +.endif .include <bsd.port.mk> |