diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2004-02-10 23:13:33 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2004-02-10 23:13:33 +0000 |
commit | 0c1dae5ebb6a427729b2d752b110377b814435c7 (patch) | |
tree | 6d57b8b40d85635716f794a71ff2fd96dcdadcdc /devel/p4web/Makefile | |
parent | 3ab5146898278e863978e10a95aa82708a1ab554 (diff) |
Updated p4d, add SIZE.
PR: 62399
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=100609
Diffstat (limited to 'devel/p4web/Makefile')
-rw-r--r-- | devel/p4web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 01d9a21be4c6..5dca3de64c12 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -30,7 +30,7 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 VERSION= 03.2 -REVISION= 0 +REVISION= 1 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p |