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,16 @@
$NetBSD: patch-programs_SIMPLE_Makefile.in,v 1.1 2011/03/31 08:07:01 asau Exp $
--- programs/SIMPLE/Makefile.in.orig 2006-01-03 20:41:31.000000000 +0000
+++ programs/SIMPLE/Makefile.in
@@ -356,9 +356,9 @@ uninstall-am: uninstall-info-am
myinstall:
- $(mkinstalldirs) $(sampleprogdir)
+ $(mkinstalldirs) $(DESTDIR)$(sampleprogdir)
@-sh -c '( echo "cd $(sampleprogdir)" ; \
- cd $(sampleprogdir) && for s in $(LINKLIST) ; do \
+ cd $(DESTDIR)$(sampleprogdir) && for s in $(LINKLIST) ; do \
$(LN_S) ../$$s $$s ; \
echo "$(LN_S) ../$$s $$s" ; \
done )'