![]() ![]() | ![]() |
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.30 2009/07/22 09:01:55 wiz Exp $ # PKGNAME= ${DISTNAME:S/-/-demo-/} COMMENT= Demo viewer and configuration tool for xscreensaver PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= xscreensaver<4.14 xscreensaver-gnome-[0-9]* .include "../../x11/xscreensaver/Makefile.common" USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --with-gtk=${BUILDLINK_PREFIX.gtk2} CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config BUILD_DIRS= ${WRKSRC}/utils ${WRKSRC}/driver INSTALL_DIRS= ${WRKSRC}/driver INSTALL_TARGET= install-gnome INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-install: ${INSTALL_PROGRAM} ${WRKSRC}/driver/xscreensaver-demo \ ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/driver/xscreensaver-demo.man \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xscreensaver-demo.1 .include "../../devel/libglade/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/xscreensaver/buildlink3.mk" .include "../../mk/bsd.pkg.mk"