diff options
Diffstat (limited to 'irc/bopm/Makefile')
-rw-r--r-- | irc/bopm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile index 869b3655cc9b..c86d50f6e90e 100644 --- a/irc/bopm/Makefile +++ b/irc/bopm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bopm -# Date Created: 2004.08.06 -# Whom: Evgueni V. Gavrilov <aquatique@rusunix.org> -# +# Created by: Evgueni V. Gavrilov <aquatique@rusunix.org> # $FreeBSD$ -# PORTNAME= bopm PORTVERSION= 3.1.3 @@ -31,6 +27,7 @@ SUB_LIST= LOGDIR=${LOGDIR} USERS= bopm GROUPS= bopm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's,data_DATA = bopm.conf.sample,data_DATA =,g' \ |