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 | 6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c (patch) | |
tree | f31edaeb6360332619fa574baabd5871d646f682 /ham | |
parent | c92320d92678dfa68215d796d1b3b5ca18ef72aa (diff) | |
download | pkgsrc-6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c.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 'ham')
-rw-r--r-- | ham/fldigi/Makefile | 3 | ||||
-rw-r--r-- | ham/xdx/Makefile | 3 | ||||
-rw-r--r-- | ham/xlog/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index ba6cbc6e873..91a00d610dc 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/02/21 13:22:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:33 wiz Exp $ # DISTNAME= fldigi-3.03 @@ -12,7 +12,6 @@ COMMENT= Digital radio modem PKG_DESTDIR_SUPPORT= user-destdir -USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile index f9fde4dda38..84bad0ee005 100644 --- a/ham/xdx/Makefile +++ b/ham/xdx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:34 wiz Exp $ # DISTNAME= xdx-2.2 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes -USE_DIRS+= xdg-1.4 BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 699a4c03752..02200189f4f 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/10/31 12:52:01 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2009/07/22 09:01:34 wiz Exp $ # DISTNAME= xlog-1.5 @@ -12,7 +12,6 @@ COMMENT= Amateur Radio logging program PKG_DESTDIR_SUPPORT= user-destdir -USE_DIRS= xdg-1.3 GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes USE_TOOLS+= gmake pkg-config |