diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:01:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:01:16 +0000 |
commit | 597015440fa11bf0c0f028fa167af0ce85e93c70 (patch) | |
tree | f31edaeb6360332619fa574baabd5871d646f682 /print/tex-abc | |
parent | ecef9135d0b54303a8d679256d2871c8e0700de0 (diff) | |
download | pkgsrc-597015440fa11bf0c0f028fa167af0ce85e93c70.tar.gz |
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
Diffstat (limited to 'print/tex-abc')
-rw-r--r-- | print/tex-abc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/tex-abc/Makefile b/print/tex-abc/Makefile index d6f9cb04738..985f4ec0f5e 100644 --- a/print/tex-abc/Makefile +++ b/print/tex-abc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/10 20:16:06 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:43 wiz Exp $ DISTNAME= abc PKGNAME= tex-${DISTNAME}-1.0 @@ -13,7 +13,6 @@ COMMENT= Support ABC music notation in LaTeX DEPENDS+= abcm2ps-[0-9]*:../../print/abcm2ps DEPENDS+= ps2eps-[0-9]*:../../graphics/ps2eps -USE_DIRS+= texmf-dirs-1.0 .include "../../print/teTeX/module.mk" |