diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /devel/p4ftpd/Makefile | |
parent | ce2feffa5c14f7f8552190efb9d77dcec41d3987 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Notes
Notes:
svn path=/head/; revision=29673
svn path=/tags/RELEASE_3_5_0/; revision=29674; tag=release/3.5.0
Diffstat (limited to 'devel/p4ftpd/Makefile')
-rw-r--r-- | devel/p4ftpd/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile deleted file mode 100644 index 3580b0038af8..000000000000 --- a/devel/p4ftpd/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: perforce -# Date created: 3 Mai 2000 -# Whom: sam@inf.enst.fr -# -# $FreeBSD$ -# - -PORTNAME= perforce -PORTVERSION= 99.2 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.freebsd/ \ - http://www.dsmit.com/p4/ \ - ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/ -EXTRACT_SUFX= -DISTFILES= p4 p4d p4.1 p4d.1 -DIST_SUBDIR= perforce - -MAINTAINER= sam@inf.enst.fr - -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution -NO_BUILD= yes -MAN1= p4.1 p4d.1 - -do-extract: - @${MKDIR} ${WRKSRC} - -do-install: - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4d ${PREFIX}/sbin -.for PERFMAN in p4 p4d - ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${PERFMAN}.1 ${PREFIX}/man/man1 -.endfor - -.include <bsd.port.mk> |