diff options
author | knu <knu@FreeBSD.org> | 2002-06-03 19:27:55 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-06-03 19:27:55 +0800 |
commit | f5ef2b92b00dc1c076d82f19de283720b37355e1 (patch) | |
tree | 73cb655386c16bfa5e01f28f8c656d9f6b89bbb8 /devel/p4ftpd/Makefile | |
parent | 29088076cb52d09b449cfa512823457ce99d20c6 (diff) | |
download | freebsd-ports-gnome-f5ef2b92b00dc1c076d82f19de283720b37355e1.tar.gz freebsd-ports-gnome-f5ef2b92b00dc1c076d82f19de283720b37355e1.tar.zst freebsd-ports-gnome-f5ef2b92b00dc1c076d82f19de283720b37355e1.zip |
Update to 02.1 for i386.
PR: ports/38791
Submitted by: David Marshall <marshall@chezmarshall.com>
Use the MASTER_SITES :fu while I'm here.
Diffstat (limited to 'devel/p4ftpd/Makefile')
-rw-r--r-- | devel/p4ftpd/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index e1a608dc403c..69eb88a6f0cf 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -7,13 +7,13 @@ PORTNAME= perforce PORTVERSION= ${VERSION} -PORTREVISION= 1 +PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ - ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/ + ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1} +DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none @@ -38,12 +38,14 @@ PERFORCE_LOGS?= ${PERFORCE_HOME}/logs PERFORCE_PORT?= 1666 .if ${ARCH} == i386 -VERSION= 01.1 -PLATFORM= freebsd +VERSION= 02.1 +REVISION= 0 +PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd .elif ${ARCH} == alpha VERSION= 99.1 +REVISION= 1 PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d |