diff options
Diffstat (limited to 'graphics/dxsamples/patches/patch-programs_3D__DATA_Makefile.in')
-rw-r--r-- | graphics/dxsamples/patches/patch-programs_3D__DATA_Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/dxsamples/patches/patch-programs_3D__DATA_Makefile.in b/graphics/dxsamples/patches/patch-programs_3D__DATA_Makefile.in new file mode 100644 index 00000000000..c954e7fc5e1 --- /dev/null +++ b/graphics/dxsamples/patches/patch-programs_3D__DATA_Makefile.in @@ -0,0 +1,16 @@ +$NetBSD: patch-programs_3D__DATA_Makefile.in,v 1.1 2011/03/31 08:07:01 asau Exp $ + +--- programs/3D_DATA/Makefile.in.orig 2006-01-03 20:41:28.000000000 +0000 ++++ programs/3D_DATA/Makefile.in +@@ -342,9 +342,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 )' |