1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/cvsupit/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

28 lines
404 B
Makefile

# New ports collection Makefile for: cvsupit
# Date created: 8 May 2000
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= cvsupit
PORTVERSION= 3.0
CATEGORIES= net
DISTFILES= #empty
MAINTAINER= jkh@FreeBSD.org
RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin
.if (BATCH)
NO_INSTALL= yes
.endif
NO_BUILD= yes
do-install:
.if !make(package)
@${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include <bsd.port.mk>