diff options
author | mich <mich@FreeBSD.org> | 2006-04-26 19:28:57 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-04-26 19:28:57 +0800 |
commit | 58d9b5db9e955a0038d45a8d863c7d0377959555 (patch) | |
tree | 782480ca40c79dae60db345c6e66c15070077b8b /sysutils | |
parent | 62be8d71af1e54be6359aa60dbd52d5a78174894 (diff) | |
download | freebsd-ports-graphics-58d9b5db9e955a0038d45a8d863c7d0377959555.tar.gz freebsd-ports-graphics-58d9b5db9e955a0038d45a8d863c7d0377959555.tar.zst freebsd-ports-graphics-58d9b5db9e955a0038d45a8d863c7d0377959555.zip |
- add CONFLICTS
- remove USE_REINPLACE
PR: ports/96352
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vcp/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/vcp/Makefile b/sysutils/vcp/Makefile index 0c0106a5045..aac289afeb0 100644 --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -1,7 +1,6 @@ -# ex:ts=8 -# Ports collection makefile for: vcp -# Date created: Tue Feb 11, 2003 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) +# Ports collection makefile for: vcp +# Date created: Tue Feb 11, 2003 +# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) # # $FreeBSD$ # @@ -14,9 +13,9 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= Copy files in curses interface -USE_REINPLACE= yes - MAN1= ${PORTNAME}.1 +CONFLICTS= p5-VCP-[0-9]* \ + p5-VCP-autrijus-[0-9]* LDFLAGS+= -lncurses @@ -37,13 +36,13 @@ do-build: ${CC} ${CFLAGS} -o ${PORTNAME} main.o copyall.o copy.o screen.o log.o path.o misc.o color.o ${LDFLAGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/vcp.conf.sample ${PREFIX}/etc/vcp.conf.sample + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/vcp.conf.sample ${PREFIX}/etc/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ .endif .include <bsd.port.mk> |