summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorheinz <heinz>2007-05-19 03:38:18 +0000
committerheinz <heinz>2007-05-19 03:38:18 +0000
commit09a58c862f53336b5bd9b9d2fde924b51c51d5ef (patch)
tree5a0be8f7d2366e5722e0cfe8dfbdead8bc9032bf /multimedia
parent54ef2e1f6e8ed08f24f4dfdf40cf2f69c4f0a5ad (diff)
downloadpkgsrc-09a58c862f53336b5bd9b9d2fde924b51c51d5ef.tar.gz
The package supports installation to DESTDIR.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gnash/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gnash/Makefile b/multimedia/gnash/Makefile
index 7b79ed900ca..78e02bc16c5 100644
--- a/multimedia/gnash/Makefile
+++ b/multimedia/gnash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/02/15 14:29:54 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2007/05/19 03:38:18 heinz Exp $
#
DISTNAME= gnash-0.7.2
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gnash/
COMMENT= GPL Flash movie player
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
@@ -19,7 +21,7 @@ CONFIGURE_ARGS+= --enable-mp3
USE_TOOLS+= bash msgfmt pkg-config
# /bin/sh finds a syntax error without line number
-CONFIG_SHELL= ${LOCALBASE}/bin/bash
+CONFIG_SHELL= ${TOOLS_BASH}
.include "options.mk"