diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 20:40:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 20:40:58 +0000 |
commit | 5b5a4b0fa61dcf6adbc1547b97762bacc6d7e09a (patch) | |
tree | 8bc85a9401eb17de558ad561d3242193cc116905 | |
parent | 79177f21cedbc5c731c2dddd1d2d6ce9a2c46ece (diff) | |
download | pkgsrc-5b5a4b0fa61dcf6adbc1547b97762bacc6d7e09a.tar.gz |
DESTDIR support
-rw-r--r-- | audio/gtkpod/Makefile | 4 | ||||
-rw-r--r-- | games/exult/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index f5343bb597e..10b338220d7 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/08/26 19:57:10 sno Exp $ +# $NetBSD: Makefile,v 1.27 2010/01/29 20:41:15 joerg Exp $ # DISTNAME= gtkpod-0.99.14 @@ -10,6 +10,8 @@ MAINTAINER= smb@NetBSD.org HOMEPAGE= http://www.gtkpod.org/ COMMENT= GUI for iPod using GTK2 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/games/exult/Makefile b/games/exult/Makefile index 4b350f2b344..dca84fc20a8 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:27 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/01/29 20:40:58 joerg Exp $ # DISTNAME= exult-1.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://exult.sourceforge.net/ COMMENT= Open-source Ultima 7 engine +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes |