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 /time/planner | |
| 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 'time/planner')
| -rw-r--r-- | time/planner/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/planner/Makefile b/time/planner/Makefile index 84da42db3f2..f824a62af64 100644 --- a/time/planner/Makefile +++ b/time/planner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/05/13 01:00:49 dsainty Exp $ +# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:49 wiz Exp $ # DISTNAME= planner-0.14.4 @@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2 # OR any later version PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes |
