From 367462a4bdc61bb5858d63012ba893b1f0ec2a86 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 22 Jul 2009 09:01:16 +0000 Subject: 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 --- games/ccgo/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/ccgo/Makefile') diff --git a/games/ccgo/Makefile b/games/ccgo/Makefile index 964c3fb138a..5ad64a79280 100644 --- a/games/ccgo/Makefile +++ b/games/ccgo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/02/09 21:11:52 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2009/07/22 09:01:27 wiz Exp $ DISTNAME= ccgo-0.3.6.3 CATEGORIES= games @@ -14,7 +14,6 @@ DEPENDS+= gnugo>=3.4:../../games/gnugo USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config -USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -- cgit v1.2.3