diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-01-11 09:44:37 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-01-11 09:44:37 +0000 |
commit | 9bd1360fa16b929b90baaaa945b2cd4870ac2c16 (patch) | |
tree | 4a3f51cb14b1fa2d33bd16d4127bd28ad3bef010 /devel/p4ftpd/Makefile | |
parent | 11eef63fefb670c6732fe492e85589a0a3f20589 (diff) |
Notes
Diffstat (limited to 'devel/p4ftpd/Makefile')
-rw-r--r-- | devel/p4ftpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index fab92274e72c..3bf7dbd1d62f 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -27,12 +27,11 @@ ARCH?= i386 .if (${ARCH} == i386) || (${ARCH} == amd64) DIST_SUBDIR= perforce/${VERSION}/i386 -VERSION= 05.1 -REVISION= 5 +VERSION= 05.2 PLATFORM= freebsd4 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web -REL_NOTES= http://www.perforce.com/perforce/doc.051/user/relnotes.txt +REL_NOTES= http://www.perforce.com/perforce/doc.052/user/relnotes.txt MD5_FILE= ${MASTERDIR}/distinfo.i386 .elif ${ARCH} == alpha DIST_SUBDIR= perforce/${VERSION}/${ARCH} |