diff options
author | wiz <wiz> | 2009-07-22 09:01:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-22 09:01:16 +0000 |
commit | 00a43dfffe30806b58c253077dee44b8f33cfda1 (patch) | |
tree | f31edaeb6360332619fa574baabd5871d646f682 /databases/gramps3 | |
parent | 46c150ade635ae1520e401167f9f4921437d2361 (diff) | |
download | pkgsrc-00a43dfffe30806b58c253077dee44b8f33cfda1.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 'databases/gramps3')
-rw-r--r-- | databases/gramps3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile index 75ee7a9965c..c156a5a6b41 100644 --- a/databases/gramps3/Makefile +++ b/databases/gramps3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/06/04 17:29:41 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:22 wiz Exp $ # DISTNAME= gramps-3.1.1 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir # not clear, leave off for now MAKE_JOBS_SAFE= no -USE_DIRS+= xdg-1.1 USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes @@ -37,7 +36,7 @@ PYTHON_VERSIONS_ACCEPTED= 25 24 # librsvg2 (svg icon view) # recommended: # graphviz -# xdg (above via USE_DIRS??) +# xdg # optional (skipping for now) # gtkspell # ttf-freefont |