diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 11:54:29 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 11:54:29 +0000 |
commit | be1d975017207368335b2d11fd5544de5dd96799 (patch) | |
tree | c5fd61842558a666d102559953843c889843d3a2 /games/moria | |
parent | fc5134da534a2bb0d6abe253586560feac255755 (diff) | |
download | pkgsrc-be1d975017207368335b2d11fd5544de5dd96799.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/moria')
-rw-r--r-- | games/moria/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index 95b6b2e1a7a..c930ca2e4cb 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/05/23 16:46:15 dholland Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/06 11:54:47 asau Exp $ DISTNAME= um5.5.2 PKGNAME= moria-5.5.2 @@ -13,8 +13,6 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www-math.bgsu.edu/~grabine/moria.html COMMENT= Rogue-like game with a different sense of scale than Rogue -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/umoria MAKE_FLAGS+= CURSES=-lncurses VARBASE=${VARBASE} |