Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-af,v 1.1.1.1 2006/01/16 13:01:16 rxg Exp $
--- scripts/Makefile.orig 2005-03-06 12:51:03.000000000 +0800
+++ scripts/Makefile
@@ -5,9 +5,6 @@ SCRIPTS=gcin-user-setup gcin-utf8-setup
all: $(SCRIPTS)
install:
- if [ $(prefix) = /usr/local ]; then \
- sh modify-XIM; \
- fi
install -d $(GCIN_SCRIPT_DIR_i)
install -m 755 $(SCRIPTS) $(GCIN_SCRIPT_DIR_i)
clean: