diff options
Diffstat (limited to 'games/falcons-eye/Makefile')
-rw-r--r-- | games/falcons-eye/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile index d41fb311835..2982ec7e0bf 100644 --- a/games/falcons-eye/Makefile +++ b/games/falcons-eye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/10/03 00:14:43 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/02/16 17:43:58 ben Exp $ # DISTNAME= nethack_source_331_jtp_193 @@ -15,6 +15,7 @@ COMMENT= Falcon's Eye NetHack EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh +DIST_SUBDIR= ${PKGNAME}-20050216 WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes |