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 /math | |
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 'math')
-rw-r--r-- | math/galculator/Makefile | 3 | ||||
-rw-r--r-- | math/gcalctool/Makefile | 3 | ||||
-rw-r--r-- | math/genius/Makefile | 3 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 3 | ||||
-rw-r--r-- | math/graphopt/Makefile | 3 | ||||
-rw-r--r-- | math/octave/Makefile | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index bef5105dd01..4604e6a18b5 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/02/25 19:50:19 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:35 wiz Exp $ # DISTNAME= galculator-1.3.4 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config intltool -USE_DIRS+= xdg-1.1 .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 703e7a44ef0..c3bd4129818 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2009/07/09 18:39:29 drochner Exp $ +# $NetBSD: Makefile,v 1.83 2009/07/22 09:01:35 wiz Exp $ # DISTNAME= gcalctool-5.26.3 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES CONFIGURE_ENV+= HAVE_YACC=yes -USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_TOOLS+= bison gmake intltool flex msgfmt pkg-config USE_PKGLOCALEDIR= yes diff --git a/math/genius/Makefile b/math/genius/Makefile index 12720ce61c3..4845c5528f9 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/06/11 08:10:25 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2009/07/22 09:01:35 wiz Exp $ # DISTNAME= genius-1.0.6 @@ -16,7 +16,6 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake intltool msgfmt -USE_DIRS+= gnome2-1.5 USE_GNU_READLINE= yes do-test: diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 9aa8b466833..23827bfb101 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2009/05/20 00:58:22 wiz Exp $ +# $NetBSD: Makefile,v 1.136 2009/07/22 09:01:35 wiz Exp $ # DISTNAME= gnumeric-1.8.4 @@ -13,7 +13,6 @@ COMMENT= Spreadsheet program from the GNOME project (development version) PKG_DESTDIR_SUPPORT= user-destdir -USE_DIRS+= gnome2-1.6 xdg-1.1 USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config USE_LIBTOOL= YES diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index 68079a22b4b..72c2d704822 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/02/22 19:01:22 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:35 wiz Exp $ # DISTNAME= graphopt-0.4.1 @@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/graphopt/ COMMENT= Optimize graph layouts -USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ GNU_CONFIGURE= YES diff --git a/math/octave/Makefile b/math/octave/Makefile index e9bc59b7178..fe80e43a3c6 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2009/07/19 00:33:10 asau Exp $ +# $NetBSD: Makefile,v 1.81 2009/07/22 09:01:35 wiz Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -26,7 +26,6 @@ USE_GNU_READLINE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake makeinfo perl gsed pkg-config GNU_CONFIGURE= yes -USE_DIRS+= xdg-1.1 GCC_REQD+= 3.0 USE_LANGUAGES= c c++ fortran |