summaryrefslogtreecommitdiff
path: root/games/xemeraldia
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
commitca676ef208db3bfcad72d2cd028d4f2c8d312702 (patch)
treefa13b4d2bc8f3e42425bb6b238abdfa75b985365 /games/xemeraldia
parentUpdate of ports/japanese Makefiles to work with the new bsd.port.mk. (diff)
Updates of games Makefiles. I think they work, but don't quote
me on this. ;)
Notes
Notes: svn path=/head/; revision=1472
Diffstat (limited to 'games/xemeraldia')
-rw-r--r--games/xemeraldia/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile
index 41a1f8bef8c5..50e89ca24188 100644
--- a/games/xemeraldia/Makefile
+++ b/games/xemeraldia/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Mar 1995
# Whom: asami
#
-# $Id: Makefile,v 1.7 1995/04/01 12:45:17 jkh Exp $
+# $Id: Makefile,v 1.8 1995/04/11 00:20:32 asami Exp $
#
DISTNAME= xemeraldia-0.3
@@ -16,13 +16,7 @@ MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
-EXTRACT_COOKIE?= ${.CURDIR}/work/.extract_done
-
-extract: fetch ${EXTRACT_COOKIE}
-
-${EXTRACT_COOKIE}:
- @${MAKE} ${.MAKEFLAGS} checksum pre-extract
- @echo "===> Extracting for ${DISTNAME}"
+do-extract:
@(cd ${DISTDIR}; \
if [ ! -f ${DISTNAME}.tar.gz ]; then \
zcat ${DISTFILES} | uudecode; \
@@ -31,10 +25,8 @@ ${EXTRACT_COOKIE}:
@mkdir -p ${WRKDIR}
@(cd ${WRKDIR}; tar -xzf \
${DISTDIR}/${DISTNAME}.tar.gz)
- @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE}
-
-pre-install:
+post-install:
touch ${PREFIX}/lib/X11/.xemeraldia.scores
chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores