svn commit: r307655 - head/games/doom-data
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Nov 22 14:58:10 UTC 2012
Author: danfe
Date: Thu Nov 22 14:58:09 2012
New Revision: 307655
URL: http://svnweb.freebsd.org/changeset/ports/307655
Log:
- Fix Makefile header, improve COMMENT and port description
- Miscellaneous style fixes in Makefile.include
Approved by: maintainer (implicit)
Feature safe: yes
Modified:
head/games/doom-data/Makefile
head/games/doom-data/Makefile.include (contents, props changed)
head/games/doom-data/pkg-descr
Modified: head/games/doom-data/Makefile
==============================================================================
--- head/games/doom-data/Makefile Thu Nov 22 14:56:47 2012 (r307654)
+++ head/games/doom-data/Makefile Thu Nov 22 14:58:09 2012 (r307655)
@@ -1,5 +1,5 @@
+# Created by: Alejandro Pulver <alejandro at varnet.biz>
# $FreeBSD$
-# Created by: Alejandro Pulver <alejandro at varnet.biz>
PORTNAME= data
PORTVERSION= 1.0
@@ -13,7 +13,7 @@ DISTFILES= #
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
MAINTAINER= c.petrik.sosa at gmail.com
-COMMENT= Doom data files (Doom, Doom II, Hexen, Heretic, and Strife)
+COMMENT= Shareware data files for Doom, Doom II, Hexen, Heretic, and Strife
USE_BZIP2= yes
NO_BUILD= yes
Modified: head/games/doom-data/Makefile.include
==============================================================================
--- head/games/doom-data/Makefile.include Thu Nov 22 14:56:47 2012 (r307654)
+++ head/games/doom-data/Makefile.include Thu Nov 22 14:58:09 2012 (r307655)
@@ -1,23 +1,24 @@
-# Makefile for defining variables used by other Doom related ports.
+# Makefile for defining variables used by other Doom related ports
+# $FreeBSD$
-# Set variables.
+# Set variables
DMPKGNAMEPREFIX?=doom-
DMDIR?= ${LOCALBASE}/share/doom
-# Add them to the environment.
+# Add them to the environment
MAKE_ENV+= DMDIR="${DMDIR}"
PLIST_SUB+= DMDIR="${DMDIR:S/${LOCALBASE}\///}"
SUB_LIST+= DMDIR="${DMDIR}"
-# Add the dependency.
+# Add the dependency
.if ${PORTNAME} != "data"
RUN_DEPENDS+= ${DMDIR}:${PORTSDIR}/games/doom-data
.endif
-# DOS to Unix text conversion.
+# DOS to Unix text conversion
.if defined(USE_CRLF)
. if defined(USE_ZIP)
Modified: head/games/doom-data/pkg-descr
==============================================================================
--- head/games/doom-data/pkg-descr Thu Nov 22 14:56:47 2012 (r307654)
+++ head/games/doom-data/pkg-descr Thu Nov 22 14:58:09 2012 (r307655)
@@ -1,6 +1,7 @@
-Doom data files (Doom, Doom II, Hexen, Heretic, Strife).
+This port provides shareware data files for games of Doom, Doom II, Hexen,
+Heretic, and Strife. These are typically required to play various source
+ports of original id Software games and their spin-offs.
-This port installs the data files needed to run Doom.
-
-You still need to have a legitimate copy of the game in order to obtain
-the full game, otherwise you can use the shareware version.
+To be able to play full game of any aforementioned, one is still required
+to have legitimate (also called registered) copy of appropriate IWAD game
+data files.
More information about the svn-ports-head
mailing list