diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-09-14 09:02:33 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-09-14 09:02:33 +0000 |
commit | f8c3647c3dc3c6147c5d7ad1af576c06a167c172 (patch) | |
tree | 236cc0d60deb3aa3cffba00eec31988be3db4b60 /devel/p4ftpd/Makefile | |
parent | 77cda33a64f1039cc7d2257e8b2ad3c84f9f7589 (diff) |
Notes
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 99c90cff218b..65505857a641 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -32,7 +32,7 @@ ARCH?= i386 .if (${ARCH} == i386) || (${ARCH} == amd64) VERSION= 06.1 -REVISION= 1 +REVISION= 2 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web REL_NOTES= http://www.perforce.com/perforce/doc.061/user/relnotes.txt |