diff options
author | wiz <wiz> | 2009-02-16 00:02:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-02-16 00:02:57 +0000 |
commit | 90e101f81ca11574b75fbe6ace59f68caf452ac4 (patch) | |
tree | 2b6ea7ca426079bccad50a4d1625bba30c8a9304 /multimedia | |
parent | 40a5858119a972517280cbed66ac68650a3b5b96 (diff) | |
download | pkgsrc-90e101f81ca11574b75fbe6ace59f68caf452ac4.tar.gz |
Mark as user-destdir ready.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libtheora-docs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libtheora-docs/Makefile b/multimedia/libtheora-docs/Makefile index ab9142db674..e3f72f985e1 100644 --- a/multimedia/libtheora-docs/Makefile +++ b/multimedia/libtheora-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/11/11 00:52:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/16 00:02:57 wiz Exp $ # .include "../../multimedia/libtheora/Makefile.common" @@ -13,6 +13,8 @@ CONFIGURE_ARGS+= --disable-oggtest CONFIGURE_ARGS+= --disable-vorbistest CONFIGURE_ARGS+= ac_cv_func_oggpackB_read=yes +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DIRS= doc .include "../../mk/bsd.pkg.mk" |