diff options
author | heinz <heinz@pkgsrc.org> | 2008-04-20 20:50:20 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-04-20 20:50:20 +0000 |
commit | 1ceafd836a12247a83acdfa82453f058c829a625 (patch) | |
tree | 502a2db4f745bf8751813d50ac5bc7c56b3ff085 /multimedia | |
parent | 13fb6fe06aa4e1e266e067e4299ef87385979573 (diff) | |
download | pkgsrc-1ceafd836a12247a83acdfa82453f058c829a625.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'multimedia')
-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 |