diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/rfcdiff | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/rfcdiff')
-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} |