summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-05 11:55:12 +0000
committerwiz <wiz>2004-12-05 11:55:12 +0000
commit8e2ecc595495ba06a11d8660bdb5d3190f682019 (patch)
treee7891e3c7daed8a830852ef91823d169148e4ac9 /misc
parent28f275737c7ba54e76407d243c43c74fc4694af6 (diff)
downloadpkgsrc-8e2ecc595495ba06a11d8660bdb5d3190f682019.tar.gz
Create ${PREFIX}/etc/gconf/schemas before installing files into it;
should fix bulk build. XXX: GConf dependency needed?
Diffstat (limited to 'misc')
-rw-r--r--misc/celestia-gnome/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/celestia-gnome/Makefile b/misc/celestia-gnome/Makefile
index 15f401fa534..d44f0720431 100644
--- a/misc/celestia-gnome/Makefile
+++ b/misc/celestia-gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/12 23:42:52 kristerw Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/05 11:55:12 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
@@ -13,6 +13,7 @@ BUILD_DIRS= ${WRKSRC}/src
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia \
${PREFIX}/bin/gcelestia
+ ${INSTALL_DATA_DIR} ${PREFIX}/etc/gconf/schemas
${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.schemas \
${PREFIX}/etc/gconf/schemas
${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.desktop \