mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
643 B
Plaintext
17 lines
643 B
Plaintext
$NetBSD: patch-aa,v 1.3 2009/11/24 11:23:34 obache Exp $
|
|
|
|
--- etc/Makefile.in.orig 2001-11-28 22:39:03.000000000 +0800
|
|
+++ etc/Makefile.in
|
|
@@ -22,9 +22,8 @@ xcinrc:
|
|
.PHONY: install clean distclean subsys
|
|
|
|
install: all
|
|
- if [ ! -d "$(xcin_rcp)" ]; then $(INSTALL) -d $(xcin_rcp); fi
|
|
- if [ -f $(xcin_rcp)/xcinrc ]; then mv $(xcin_rcp)/xcinrc $(xcin_rcp)/xcinrc.old; fi
|
|
- $(INSTALL_DATA) xcinrc $(xcin_rcp)
|
|
+ if [ ! -d "$(program_prefix)$(prefix)/share/examples/xcin" ]; then $(INSTALL) -d $(program_prefix)$(prefix)/share/examples/xcin; fi
|
|
+ $(INSTALL_DATA) xcinrc $(program_prefix)$(prefix)/share/examples/xcin
|
|
|
|
clean:
|
|
rm -f xcinrc
|