aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-06 16:50:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-06 16:50:49 +0800
commit5d6e38fccc171003929f5d96070025ab7c26bd06 (patch)
tree117d0c4a617bcabb94fda5374cefc728383ef802 /games
parent93073f4b60008a26323a4e4f2d761d14e7f575aa (diff)
downloadfreebsd-ports-gnome-5d6e38fccc171003929f5d96070025ab7c26bd06.tar.gz
freebsd-ports-gnome-5d6e38fccc171003929f5d96070025ab7c26bd06.tar.zst
freebsd-ports-gnome-5d6e38fccc171003929f5d96070025ab7c26bd06.zip
- Add LICENSE_FILE
- Canonicalize Makefile statement order - Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r--games/cavezofphear/Makefile5
-rw-r--r--games/cavezofphear/pkg-plist3
2 files changed, 3 insertions, 5 deletions
diff --git a/games/cavezofphear/Makefile b/games/cavezofphear/Makefile
index 67077517a89b..a17417ed3731 100644
--- a/games/cavezofphear/Makefile
+++ b/games/cavezofphear/Makefile
@@ -12,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Boulder Dash / Digger-like game written using ncurses
LICENSE= GPLv3 # (or later)
-
-OPTIONS_DEFINE= DOCS
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src
@@ -23,6 +22,8 @@ ALL_TARGET= phear
PORTDOCS= ChangeLog README README-EDITOR TODO
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -e 's|\./data|${DATADIR}/data|' ${WRKSRC}/src/chk.c
@${REINPLACE_CMD} -e 's|\./phear|phear|' ${WRKSRC}/README-EDITOR
diff --git a/games/cavezofphear/pkg-plist b/games/cavezofphear/pkg-plist
index bc08035771cf..01c81874e6c0 100644
--- a/games/cavezofphear/pkg-plist
+++ b/games/cavezofphear/pkg-plist
@@ -14,6 +14,3 @@ bin/phear
%%DATADIR%%/data/levels/11
%%DATADIR%%/data/spgraf
%%DATADIR%%/data/tdesc
-@dirrm %%DATADIR%%/data/levels
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%
23:37:54 +0800'>2003-02-031-0/+2 * Upgrade to 1.4.1.green2002-05-172-8/+3 * Bump PORTREVISION.green2001-10-301-0/+1 * Fix a possible-corruption-at-end-of-file bug.green2001-10-301-0/+16 * Install cfsd.sh script only if not already installedache2000-07-221-2/+4 * Use 'killall cfsd' on stopache2000-07-181-0/+1 * Use new style start/stop rc.d scriptache2000-07-182-2/+20 * Strategically change a couple malloc() calls to calloc() calls so thatgreen2000-07-151-0/+20 * Remove empty directory on deinstallkris2000-06-051-0/+1 * Update to cfs version 1.4.0 beta 2.green2000-05-235-43/+28 * Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-2/+2 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3 * distfile is missing from both mirror sites - update both of them with new onesache2000-02-161-2/+2 * $Id$ -> $FreeBSD$peter1999-08-311-1/+1 * #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1 * CFS's cmkdir now makes directories as Blowfish by default.green1999-06-222-2/+13 * Update master sites.jdp1999-06-221-3/+3 * Cause the makefile to respect CC and CFLAGS during compilation.kris1999-03-231-4/+16 * fix usageobrien1998-09-211-3/+11 * Add `nfsv2' to the mount example.obrien1998-09-211-0/+28