diff options
author | rillig <rillig> | 2005-11-24 20:32:34 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-24 20:32:34 +0000 |
commit | 1eb45d942ba9d3603f78fa5540e9f62d9e7cd688 (patch) | |
tree | ef9d9dd6c22053c84677f68bbbb07573a7476e0b /games/nethack-qt | |
parent | e7d367bbaca52254eb4c7ec63d66c4587edffbfa (diff) | |
download | pkgsrc-1eb45d942ba9d3603f78fa5540e9f62d9e7cd688.tar.gz |
Removed the definition for the ALLFILES variable, which will soon be marked
as deprecated by pkglint. It had no effect on this package, as this package
does not have any PATCHFILES.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 848537efe18..f91027af791 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/09/22 14:55:07 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2005/11/24 20:32:34 rillig Exp $ # .include "../nethack-lib/Makefile.common" @@ -17,8 +17,6 @@ INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-qt CFLAGS+= -DPREFIX="\"${PREFIX}\"" -ALLFILES= ${DISTFILES} # don't checksum shared patches - post-install: @${CP} -f ${WRKSRC}/dat/x11tiles ${WRKSRC}/dat/tiles.xpm @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/${NETHACK_DIR} |