diff options
author | drochner <drochner> | 2007-12-16 22:19:43 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-12-16 22:19:43 +0000 |
commit | 598a7d2320782c5effbdca009b6ff0815392de6a (patch) | |
tree | 7410ed1c704977b365a4de12f2b226cc6f52f59e | |
parent | f638c340eee72a63352b91992a72670d9c7492ec (diff) | |
download | pkgsrc-598a7d2320782c5effbdca009b6ff0815392de6a.tar.gz |
fix some stupid PLIST substitution to make non-NetBSD-builds succeed,
from Ondrej Tuma per PR pkg/37551
-rw-r--r-- | x11/gdm/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/PLIST b/x11/gdm/PLIST index 0934096c264..b7247e5226a 100644 --- a/x11/gdm/PLIST +++ b/x11/gdm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2007/11/30 20:08:37 drochner Exp $ +@comment $NetBSD: PLIST,v 1.36 2007/12/16 22:19:43 drochner Exp $ ${DMX}bin/gdm-dmx-reconnect-proxy bin/gdmXnest bin/gdmXnestchooser @@ -179,7 +179,7 @@ share/omf/gdm/gdm-ko.omf share/omf/gdm/gdm-oc.omf share/omf/gdm/gdm-sv.omf share/omf/gdm/gdm-uk.omf -share/pixmaps/${OPSYS}.xpm +share/pixmaps/NetBSD.xpm share/pixmaps/faces/astronaut.jpg share/pixmaps/faces/baseball.png share/pixmaps/faces/butterfly.png |