diff options
author | joerg <joerg> | 2006-11-05 17:17:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:17:04 +0000 |
commit | 99d41bdd30141350ae72be44236404dfb3afa3b1 (patch) | |
tree | 0b2c949e2e8f3922c9e8f781fdd6224546b5b3b7 /multimedia/libtheora | |
parent | 4eea521f2d32d7514f61469cbf3c33a2064060cb (diff) | |
download | pkgsrc-99d41bdd30141350ae72be44236404dfb3afa3b1.tar.gz |
DESTDIR support.
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 814c8f1ec78..aee6d4cd058 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/07/29 19:45:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2006/11/05 17:25:35 joerg Exp $ # DISTNAME= libtheora-1.0alpha7 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.theora.org/ COMMENT= Video codec for Ogg multimedia streaming +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= theora.pc.in USE_LIBTOOL= YES |