diff options
Diffstat (limited to 'textproc/rfcdiff/Makefile')
-rw-r--r-- | textproc/rfcdiff/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/rfcdiff/Makefile b/textproc/rfcdiff/Makefile index b4ebeac596f5..575edf9d32b0 100644 --- a/textproc/rfcdiff/Makefile +++ b/textproc/rfcdiff/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: rfcdiff -# Date Created: 11 November 2004 -# Whom: lars.eggert@gmx.net -# +# Created by: lars.eggert@gmx.net # $FreeBSD$ PORTNAME= rfcdiff @@ -27,6 +24,7 @@ NO_BUILD= YES PLIST_FILES= bin/rfcdiff +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/${DISTNAME} |