summaryrefslogtreecommitdiff
path: root/devel/p4d/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-12-20 09:48:54 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-12-20 09:48:54 +0000
commita32379502731af251dd941ec0e00a08268f6cfe6 (patch)
tree731d1551bd055a25c86107675c3b560797b365cf /devel/p4d/Makefile
parentUpdate to 1.0.3. (diff)
- Update i386 to rev.6
- Drop maintainership - Sanitize Makefile a bit (me) PR: ports/75255 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=124571
Diffstat (limited to 'devel/p4d/Makefile')
-rw-r--r--devel/p4d/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile
index 08a6ca7298ec..0637f378140f 100644
--- a/devel/p4d/Makefile
+++ b/devel/p4d/Makefile
@@ -16,7 +16,7 @@ DISTFILES= ${BIN_FILES} ${SBIN_FILES}
DIST_SUBDIR= perforce/${VERSION}/${ARCH}
EXTRACT_ONLY= # none
-MAINTAINER= marshall@chezmarshall.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Perforce client and server
#
@@ -29,7 +29,7 @@ ARCH?= i386
MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
.if ${ARCH} == i386
VERSION= 04.2
-REVISION= 5
+REVISION= 6
PLATFORM= freebsd4
BIN_FILES= p4 p4web
SBIN_FILES= p4d p4ftpd p4p
@@ -53,6 +53,9 @@ NO_CDROM= Restricted distribution
NO_WRKSUBDIR= yes
+PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \
+ ${SBIN_FILES:S+^+sbin/+g}
+
.include <bsd.port.pre.mk>
# These variables are all configurable.
@@ -115,20 +118,8 @@ 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 ${BIN_FILES}
- ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/
-.endfor
-.for f in ${SBIN_FILES}
- ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/
-.endfor
post-install:
-.for f in ${BIN_FILES}
- ${ECHO_CMD} bin/${f} >> ${TMPPLIST}
-.endfor
-.for f in ${SBIN_FILES}
- ${ECHO_CMD} sbin/${f} >> ${TMPPLIST}
-.endfor
${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST}
.include <bsd.port.post.mk>