diff options
author | rillig <rillig> | 2005-11-24 20:33:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-24 20:33:38 +0000 |
commit | 591537f8c843a2b0b22e465586128febb43aa3d1 (patch) | |
tree | a57070bdb59f38881e758beda39383309e86be89 /games/nethack-x11 | |
parent | 1eb45d942ba9d3603f78fa5540e9f62d9e7cd688 (diff) | |
download | pkgsrc-591537f8c843a2b0b22e465586128febb43aa3d1.tar.gz |
Removed the definition for ALLFILES, as it had no effect on the package.
Diffstat (limited to 'games/nethack-x11')
-rw-r--r-- | games/nethack-x11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 4049a624cb6..6889a036c65 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/09/22 14:55:07 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2005/11/24 20:33:38 rillig Exp $ # .include "../nethack-lib/Makefile.common" @@ -16,7 +16,6 @@ BUILD_TARGET= x11tiles nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-x11 -ALLFILES+= ${DISTFILES} FONTS_X11_DIRS+= ${PREFIX}/lib/X11/fonts/misc INSTALLATION_DIRS= lib/X11/app-defaults lib/X11/fonts/misc |