openbsd-ports/x11/afterstep/patches/patch-Makefile_in
2002-04-08 01:02:16 +00:00

29 lines
1.2 KiB
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2002/04/08 01:02:16 naddy Exp $
--- Makefile.in.orig Mon Apr 8 02:56:05 2002
+++ Makefile.in Mon Apr 8 02:57:29 2002
@@ -35,24 +35,6 @@ install.script:
for I in ${subdirs}; do (cd $$I; ${MAKE} install.script || exit 1); done
install.data:
- @if [ -d /usr/local/share/gnome/wm-properties ] ; then \
- if [ -w /usr/local/share/gnome/wm-properties ] ; then \
- echo $(CP) AfterStep.desktop /usr/local/share/gnome/wm-properties/; \
- $(CP) AfterStep.desktop /usr/local/share/gnome/wm-properties/; \
- else \
- echo "/usr/local/share/gnome/wm-properties exists but is not writable."; \
- echo "If you want AfterStep to appear in your Gnome menu, please install as root."; \
- fi \
- fi
- @if [ -d /usr/share/gnome/wm-properties ] ; then \
- if [ -w /usr/share/gnome/wm-properties ] ; then \
- echo $(CP) AfterStep.desktop /usr/share/gnome/wm-properties/; \
- $(CP) AfterStep.desktop /usr/share/gnome/wm-properties/; \
- else \
- echo "/usr/share/gnome/wm-properties exists but is not writable."; \
- echo "If you want AfterStep to appear in your Gnome menu, please install as root."; \
- fi \
- fi
@if [ -d $(AFTER_SHAREDIR) ] ; then \
echo $(RMF) -r $(AFTER_SHAREDIR)_old; \
echo $(MV) $(AFTER_SHAREDIR) $(AFTER_SHAREDIR)_old; \