diff options
Diffstat (limited to 'sysutils/extipl/Makefile')
-rw-r--r-- | sysutils/extipl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile index 1f79c8476247..9f3d5a0c68c8 100644 --- a/sysutils/extipl/Makefile +++ b/sysutils/extipl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: extipl -# Date created: 8 January 2001 -# Whom: KIMURA Takamichi <takamiti@tsden.org> -# +# Created by: KIMURA Takamichi <takamiti@tsden.org> # $FreeBSD$ -# PORTNAME= extipl PORTVERSION= 5.04 @@ -23,6 +19,7 @@ MAN8= ${PORTNAME}.8 PORTDOCS= * PLIST_FILES= sbin/${PORTNAME} +NO_STAGE= yes post-patch: cd ${WRKSRC}; \ ${SED} -e 's|!!DOCDIR!!|${DOCSDIR}|g' \ |