diff options
Diffstat (limited to 'net/pygopherd/Makefile')
-rw-r--r-- | net/pygopherd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 6d0715680fe3..a0755b51f5ff 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pygopherd -# Date created: Sep 6, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pygopherd PORTVERSION= 2.0.16 @@ -23,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN8= pygopherd.8 +NO_STAGE= yes post-patch: .for f in setup.py bin/pygopherd conf/pygopherd.conf doc/pygopherd.8 @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${f} |