diff options
author | heinz <heinz> | 2008-04-20 20:50:20 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-04-20 20:50:20 +0000 |
commit | d4ff8ff3e5d0d584f4d1f44229bf5ab53cdc6ecc (patch) | |
tree | 502a2db4f745bf8751813d50ac5bc7c56b3ff085 | |
parent | 6fa2b23af6adc455b218480e931ec0213f0d7a88 (diff) | |
download | pkgsrc-d4ff8ff3e5d0d584f4d1f44229bf5ab53cdc6ecc.tar.gz |
The package supports installation to DESTDIR.
-rw-r--r-- | multimedia/libdvbpsi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile index 14231730bcc..7c8ba630436 100644 --- a/multimedia/libdvbpsi/Makefile +++ b/multimedia/libdvbpsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:16 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/04/20 20:50:20 heinz Exp $ DISTNAME= libdvbpsi-0.1.3 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.videolan.org/ COMMENT= PSI decoder and generator library for MPEG2 and DVB streams +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes |