diff options
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r-- | games/prboom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 5b2e4c08063..80cb11c989c 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/07/06 19:41:09 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2008/06/12 02:14:30 joerg Exp $ DISTNAME= prboom-2.4.7 CATEGORIES= games @@ -8,6 +8,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://prboom.sourceforge.net/ COMMENT= Multiplayer-capable and modified version of DOOM +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-waddir=${PREFIX}/share/doom |