diff options
Diffstat (limited to 'sysutils/vcp/Makefile')
-rw-r--r-- | sysutils/vcp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/vcp/Makefile b/sysutils/vcp/Makefile index aac289afeb01..d7215ec0a5fc 100644 --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: vcp -# Date created: Tue Feb 11, 2003 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= vcp PORTVERSION= 2.2 @@ -19,6 +15,7 @@ CONFLICTS= p5-VCP-[0-9]* \ LDFLAGS+= -lncurses +NO_STAGE= yes pre-build: @${REINPLACE_CMD} -e 's|/etc/vcp.conf|${PREFIX}/etc/vcp.conf|' ${WRKSRC}/misc.c @${REINPLACE_CMD} -e 's|/etc/vcp.conf|${PREFIX}/etc/vcp.conf|g' ${WRKSRC}/vcp.1 |