diff options
Diffstat (limited to 'sysutils/xsi/Makefile')
-rw-r--r-- | sysutils/xsi/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/xsi/Makefile b/sysutils/xsi/Makefile index 2f477d8d58c5..acbba7b76df9 100644 --- a/sysutils/xsi/Makefile +++ b/sysutils/xsi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xsi -# Date created: 18 October 2006 -# Whom: Tom McLaughlin <tmclaugh@FreeBSD.org> -# +# Created by: Tom McLaughlin <tmclaugh@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xsi PORTVERSION= 1.0.b2 @@ -23,6 +19,7 @@ USE_RC_SUBR= xsi MAN8= xsi.8 +NO_STAGE= yes post-patch: .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \ |