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