Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 12:25:33 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317950 - head/games/quake-dpmod
Message-ID:  <201305121225.r4CCPXPf092611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
 # $FreeBSD$
-#
 
 PORTNAME=	dpmod
 PORTVERSION=	20071120
@@ -13,7 +9,7 @@ MASTER_SITES=	http://offload1.icculus.or
 PKGNAMEPREFIX=	${Q1PKGNAMEPREFIX}
 DISTNAME=	darkplacesmod${PORTVERSION}
 
-MAINTAINER=	danfe@FreeBSD.org
+MAINTAINER=	ports@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305121225.r4CCPXPf092611>