svn commit: r317950 - head/games/quake-dpmod
Alexey Dokuchaev
danfe at FreeBSD.org
Sun May 12 12:25:34 UTC 2013
Author: danfe
Date: Sun May 12 12:25:33 2013
New Revision: 317950
URL: http://svnweb.freebsd.org/changeset/ports/317950
Log:
Cleanup Makefile; drop maintainership.
Modified:
head/games/quake-dpmod/Makefile
Modified: head/games/quake-dpmod/Makefile
==============================================================================
--- head/games/quake-dpmod/Makefile Sun May 12 12:15:23 2013 (r317949)
+++ head/games/quake-dpmod/Makefile Sun May 12 12:25:33 2013 (r317950)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: quake-dpmod
-# Date created: 14 Sep 2005
-# Whom: Alejandro Pulver <alejandro at varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro at varnet.biz>
# $FreeBSD$
-#
PORTNAME= dpmod
PORTVERSION= 20071120
@@ -13,7 +9,7 @@ MASTER_SITES= http://offload1.icculus.or
PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX}
DISTNAME= darkplacesmod${PORTVERSION}
-MAINTAINER= danfe at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Quake 1 modification (for DarkPlaces)
RUN_DEPENDS= ${LOCALBASE}/share/darkplaces/dummy:${PORTSDIR}/games/darkplaces
@@ -26,16 +22,13 @@ DATADIR= ${Q1DIR}/${PORTNAME}
post-extract:
# Remove CVS directories
- @${FIND} ${WRKDIR} -type d -name CVS -print0 | \
- ${XARGS} -0 ${RM} -rf
-
+ @${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf
# Fix permissions
@${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat
do-install:
- ${MKDIR} ${DATADIR}
- ${CP} -R ${WRKSRC}/dpmod/* ${DATADIR}
+ @${MKDIR} ${DATADIR}
+ ${CP} -a ${WRKSRC}/dpmod/* ${DATADIR}
.include "${.CURDIR}/../quake-data/Makefile.include"
-
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list