mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9f4a51043b
at this time, even though it is not called a "release". Make the necessary changes to the cvsup-devel port, which uses the cvsup port as its MASTERDIR. I intentionally left "PORTREVISION?=0" in cvsup/Makefile, as a reminder that this setting needs to be overridable by the cvsup-devel port. At this moment, the cvsup-devel port builds the same thing as the cvsup port. That situation probably won't last very long, so I am leaving the cvsup-devel port in place. It is mentioned in a lot of documentation, so I don't want to remove it just because it is temporarily the same as the cvsup port.
24 lines
624 B
Makefile
24 lines
624 B
Makefile
# New ports collection makefile for: cvsup-devel
|
|
# Date created: 28 April 2001
|
|
# Whom: jdp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 16.1e
|
|
PORTREVISION= 0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://people.freebsd.org/~jdp/s1g/ \
|
|
ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
|
|
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
|
|
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/snapshots/
|
|
DISTNAME= cvsup-snap-${PORTVERSION}
|
|
|
|
MASTERDIR= ${.CURDIR}/../cvsup
|
|
FILESDIR= ${.CURDIR}/files
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|