diff options
-rw-r--r-- | games/maelstrom/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index e66a3578ba3..73d40338ef3 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:25 tron Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/03 10:22:44 wiz Exp $ DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz PKGNAME= maelstrom-2.0.6 @@ -23,9 +23,6 @@ USE_XPM= YES EVAL_PREFIX+= XPMDIR=xpm MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} XPMDIR=${XPMDIR} -jlam: - @echo ${MAKE_ENV} - post-install: cd ${PREFIX}/share/maelstrom && \ ${PAX} -rzf ${DISTDIR}/${ESOUND} -p m && \ |