mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
28 lines
404 B
Makefile
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>
|