summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-01-27 14:14:13 +0000
committerjmmv <jmmv>2003-01-27 14:14:13 +0000
commit29f2b8ed5e4f2434c921487276c2863c289e9a58 (patch)
treeda4bf79096695da6764465d8d949f5a633d629b9 /misc
parent15e013f0ccb1b2cef1cd2ecefc19c7288665367d (diff)
downloadpkgsrc-29f2b8ed5e4f2434c921487276c2863c289e9a58.tar.gz
Register shared directories under share/applets: Amusements, Clocks,
Monitors, Multimedia, Network and Utility.
Diffstat (limited to 'misc')
-rw-r--r--misc/gnome1-dirs/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/gnome1-dirs/Makefile b/misc/gnome1-dirs/Makefile
index e472d766e33..918f4433d24 100644
--- a/misc/gnome1-dirs/Makefile
+++ b/misc/gnome1-dirs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/01/27 09:36:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/01/27 14:14:13 jmmv Exp $
#
DISTNAME= gnome1-dirs-${GNOME_DIRS_VERSION}
@@ -19,8 +19,12 @@ NO_EXTRACT= # defined
USE_BUILDLINK2= YES
USE_X11BASE= YES
-# No GNOME 1 specific directories yet.
-GNOME_DIRS=
+GNOME_DIRS= share/applets/Amusements
+GNOME_DIRS+= share/applets/Clocks
+GNOME_DIRS+= share/applets/Monitors
+GNOME_DIRS+= share/applets/Multimedia
+GNOME_DIRS+= share/applets/Network
+GNOME_DIRS+= share/applets/Utility
.include "../../misc/gnome-dirs/Makefile.common"
.include "../../misc/gnome-dirs/buildlink2.mk"