diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-12 17:10:35 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-12 17:10:35 +0000 |
commit | 25a6971d066e7e670f6f0c729abe945331eddb78 (patch) | |
tree | 0406d69ab0370e9878415257ed438a3c1b87e3c2 /devel/p4web/Makefile | |
parent | e75e665d46a1df34ac0b4ffeacdf2788082836b9 (diff) |
Notes
Diffstat (limited to 'devel/p4web/Makefile')
-rw-r--r-- | devel/p4web/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 832cf5bb0b6a..434a98c94f48 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -10,10 +10,9 @@ PORTVERSION= ${VERSION} 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/:man +MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} +DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none @@ -29,12 +28,12 @@ ARCH?= i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 -VERSION= 03.2 -REVISION= 7 +VERSION= 04.2 +REVISION= 2 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p -REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt +REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 @@ -51,7 +50,6 @@ IGNORE= "Unsupported platform, sorry." NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution -MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes @@ -117,9 +115,6 @@ do-install: ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.for f in ${MAN1} - ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ -.endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor |