diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-08-28 18:35:00 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-08-28 18:35:00 +0000 |
commit | ada4b642fa409cabfda8c4df5f7cbefafc00c225 (patch) | |
tree | 66e555fd642a93b651be034975cb42d2204e3d17 /devel/p4p/Makefile | |
parent | b924f1e77fc18796694515fb353af10bb9a932e0 (diff) |
Notes
Diffstat (limited to 'devel/p4p/Makefile')
-rw-r--r-- | devel/p4p/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index 8f02355efbfb..022d6920cf5a 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -28,7 +28,7 @@ ARCH?= i386 .if (${ARCH} == i386) || (${ARCH} == amd64) DIST_SUBDIR= perforce/${VERSION}/i386 VERSION= 05.1 -REVISION= 2 +REVISION= 3 PLATFORM= freebsd4 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web |