![]() ![]() | ![]() |
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
# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:35 wiz Exp $ # DISTNAME= galculator-1.3.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://galculator.sourceforge.net/ COMMENT= Desktop calculator with scientific / RPN modes PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config intltool .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk"