From 00a43dfffe30806b58c253077dee44b8f33cfda1 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 22 Jul 2009 09:01:16 +0000 Subject: Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html --- graphics/xdvipresent/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/xdvipresent') diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile index 1d0d3ef1ff8..698cf6a2aa9 100644 --- a/graphics/xdvipresent/Makefile +++ b/graphics/xdvipresent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/03/17 21:40:46 darcy Exp $ +# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:33 wiz Exp $ # DISTNAME= xdvipresent-0.6p14 @@ -18,7 +18,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/xdvipresent NO_BUILD= yes NO_CONFIGURE= yes -USE_DIRS+= texmf-1.0 STYDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent EXAMPLES_DIR= ${PREFIX}/share/examples/xdvipresent -- cgit v1.2.3