diff options
Diffstat (limited to 'www/swish-e')
-rw-r--r-- | www/swish-e/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 1f697e8ef446..3acfa0bb9b23 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: swish-e -# Date created: 23 Feb 98 -# Whom: Daniel O'Connor <doconnor@gsoft.com.au> -# +# Created by: Daniel O'Connor <doconnor@gsoft.com.au> # $FreeBSD$ -# PORTNAME= swish-e PORTVERSION= 2.4.7 @@ -28,6 +24,7 @@ PORTDOCS= * MAN1= SWISH-CONFIG.1 SWISH-FAQ.1 SWISH-LIBRARY.1 SWISH-RUN.1 swish-e.1 .if defined(NOPORTDOCS) +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's/^(install-data-am:) install-docDATA(.*)/\1\2/' \ ${WRKSRC}/Makefile.in |