diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-03-07 09:16:19 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-03-07 09:16:19 +0000 |
commit | e1cc3bfca770ef40a83a23093ff339e32ce8f861 (patch) | |
tree | 34847bd8b438edc514ca94ff6f88a4f45e4b0c5b /devel/p4ftpd/Makefile | |
parent | Update to 0.4.2. (diff) |
Update perforce binaries.
Notes
Notes:
svn path=/head/; revision=130515
Diffstat (limited to 'devel/p4ftpd/Makefile')
-rw-r--r-- | devel/p4ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index bdf3771a08b1..ab8ec5c81b4d 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -28,7 +28,7 @@ ARCH?= i386 .if (${ARCH} == i386) || (${ARCH} == amd64) DIST_SUBDIR= perforce/${VERSION}/i386 VERSION= 04.2 -REVISION= 10 +REVISION= 11 PLATFORM= freebsd4 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web |