summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2001-09-22 21:03:10 +0000
committerJohn Polstra <jdp@FreeBSD.org>2001-09-22 21:03:10 +0000
commit9f4a51043bb6f0f973b31131da452f529fe9e419 (patch)
treed7cb5a2b770680834cb3d5168f2a49b09843effd /net/cvsup/Makefile
parentMerge in numerous local fixes: (diff)
Update the cvsup port to build snap-16.1e. It is the best version
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.
Notes
Notes: svn path=/head/; revision=48087
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 383f96031752..f438613847f6 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -6,12 +6,14 @@
#
PORTNAME= cvsup
-PORTVERSION?= 16.1
-PORTREVISION?= 3
+PORTVERSION?= 16.1e
+PORTREVISION?= 0
CATEGORIES= net devel
-MASTER_SITES?= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
- ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/sources/
+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}
MAINTAINER= jdp@FreeBSD.org
@@ -82,4 +84,8 @@ pre-fetch:
.endif
@${TRUE}
+post-install:
+ @${MKDIR} ${PREFIX}/share/cvsup
+ @${INSTALL_DATA} ${WRKSRC}/License ${PREFIX}/share/cvsup/License
+
.include <bsd.port.post.mk>