Remove support for USE_CVSUPD. The server port has been split out
into a separate port (cvsupd-bin). Submitted by: Sheldon Hearn <axl@iafrica.com>
This commit is contained in:
parent
d23c9d5674
commit
b0cf15d4bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12595
@ -3,7 +3,7 @@
|
|||||||
# Date created: 12 November 1997
|
# Date created: 12 November 1997
|
||||||
# Whom: Sheldon Hearn <axl@iafrica.com>
|
# Whom: Sheldon Hearn <axl@iafrica.com>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.4 1998/04/28 22:25:52 jdp Exp $
|
# $Id: Makefile,v 1.5 1998/07/07 03:22:33 jdp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= cvsup-bin-15.4.2
|
DISTNAME= cvsup-bin-15.4.2
|
||||||
@ -19,23 +19,12 @@ NO_BUILD= yes
|
|||||||
|
|
||||||
MAN1= cvsup.1
|
MAN1= cvsup.1
|
||||||
|
|
||||||
# Uncomment the next line if you want cvsupd as well
|
do-configure:
|
||||||
# USE_CVSUPD= yes
|
cd ${WRKSRC}; gunzip cvsup.1.gz
|
||||||
|
|
||||||
.ifdef USE_CVSUPD
|
|
||||||
DISTFILES+= cvsupd-bin-15.4.2.tar.gz
|
|
||||||
MAN8= cvsupd.8
|
|
||||||
PLIST= ${PKGDIR}/PLIST.cvsupd
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
cd ${WRKDIR}/cvsup-bin-15.4.2; \
|
cd ${WRKSRC}; \
|
||||||
${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \
|
${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \
|
||||||
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
|
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
|
||||||
.ifdef USE_CVSUPD
|
|
||||||
cd ${WRKDIR}/cvsupd-bin-15.4.2; \
|
|
||||||
${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \
|
|
||||||
${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user