diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-03 11:27:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-03 11:27:55 +0000 |
commit | d002ec96fde51e0becb7b4c0d7efc7a9e587a5da (patch) | |
tree | 0ebb984b7165ae8c7e7abe2685849faea32d53d4 /devel/p4web/Makefile | |
parent | 2a0f0241ac288bfe321890bd40736fbeb3807622 (diff) | |
download | ports-d002ec96fde51e0becb7b4c0d7efc7a9e587a5da.tar.gz ports-d002ec96fde51e0becb7b4c0d7efc7a9e587a5da.zip |
Notes
Diffstat (limited to 'devel/p4web/Makefile')
-rw-r--r-- | devel/p4web/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index e1a608dc403c..69eb88a6f0cf 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/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 |