diff options
Diffstat (limited to 'misc/fortune-mod-bofh/Makefile')
-rw-r--r-- | misc/fortune-mod-bofh/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/fortune-mod-bofh/Makefile b/misc/fortune-mod-bofh/Makefile index 1c2b143043f6..07e02254a955 100644 --- a/misc/fortune-mod-bofh/Makefile +++ b/misc/fortune-mod-bofh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortune-mod-bofh -# Date created: 3/3/2004 -# Whom: Yonatan@Xpert.com -# +# Created by: Yonatan@Xpert.com # $FreeBSD$ -# PORTNAME= fortune-mod-bofh PORTVERSION= 2.0 @@ -24,6 +20,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message STRFILE= /usr/games/strfile +NO_STAGE= yes post-patch: @${CAT} pkg-message | ${SED} 's|PREFIX|${PREFIX}|' > ${PKGMESSAGE} |