diff options
author | tron <tron> | 1999-11-15 10:06:19 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-15 10:06:19 +0000 |
commit | d4bc23dc1271b0e6c089e8ffb0697d68e9d9e76a (patch) | |
tree | acaf86b31b72585b2212ab5ee8b0f70beebb2f12 /x11/gdm | |
parent | 12c29e2a8523d52bccb7ddf91df712c852610619 (diff) | |
download | pkgsrc-d4bc23dc1271b0e6c089e8ffb0697d68e9d9e76a.tar.gz |
Store the copyright notice in "share/doc/gdm" and not in "share/pixmaps".
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 5 | ||||
-rw-r--r-- | x11/gdm/pkg/PLIST | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 466589704b2..701d3e5db89 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/11/15 08:29:36 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/11/15 10:06:19 tron Exp $ DISTNAME= gdm-2.0beta4 PKGNAME= gdm-2.0b4 @@ -91,7 +91,8 @@ post-install: ${INSTALL_DATA} $$SOURCE $$TARGET; \ fi .endfor - ${INSTALL_DATA} ${DISTDIR}/Daemon.README ${PREFIX}/share/pixmaps + ${MKDIR} ${PREFIX}/share/doc/gdm + ${INSTALL_DATA} ${DISTDIR}/Daemon.README ${PREFIX}/share/doc/gdm ${INSTALL_DATA} ${DISTDIR}/Daemon.png ${PREFIX}/share/pixmaps ${LN} -fs Gnome ${GDMCFGDIR}/Sessions/Default diff --git a/x11/gdm/pkg/PLIST b/x11/gdm/pkg/PLIST index cd6d8072c71..9ed90a4c3b8 100644 --- a/x11/gdm/pkg/PLIST +++ b/x11/gdm/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/11/15 08:29:38 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/11/15 10:06:21 tron Exp $ bin/gdm bin/gdmchooser bin/gdmlogin @@ -11,6 +11,7 @@ etc/gdm/Sessions.default/Xsession etc/gdm/gdm.conf.default etc/gdm/locale.alias.default etc/gnomerc.default +share/doc/gdm/Daemon.README share/gnome/help/gdm/C/configuration.html share/gnome/help/gdm/C/daemonov.html share/gnome/help/gdm/C/docbook.css @@ -33,7 +34,6 @@ share/locale/no/LC_MESSAGES/gdm.mo share/locale/sv/LC_MESSAGES/gdm.mo share/locale/pl/LC_MESSAGES/gdm.mo share/locale/pt_BR/LC_MESSAGES/gdm.mo -share/pixmaps/Daemon.README share/pixmaps/Daemon.png share/pixmaps/gdm.xpm share/pixmaps/nobody.png @@ -41,6 +41,7 @@ share/pixmaps/nohost.png @dirrm share/gnome/help/gdm/C/images @dirrm share/gnome/help/gdm/C @dirrm share/gnome/help/gdm +@dirrm share/doc/gdm @dirrm etc/gdm/Sessions.default @dirrm etc/gdm/PreSession.default @dirrm etc/gdm/PostSession.default |