Wed Sep 10 12:14:58 2014 UTC ()
Fix DESTDIR violation.


(joerg)
diff -r1.1 -r1.2 pkgsrc/emulators/libdsk/distinfo
diff -r0 -r1.1 pkgsrc/emulators/libdsk/patches/patch-lib_Makefile.in

cvs diff -r1.1 -r1.2 pkgsrc/emulators/libdsk/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/libdsk/distinfo 2014/09/01 20:52:28 1.1
+++ pkgsrc/emulators/libdsk/distinfo 2014/09/10 12:14:57 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.1 2014/09/01 20:52:28 shattered Exp $ 1$NetBSD: distinfo,v 1.2 2014/09/10 12:14:57 joerg Exp $
2 2
3SHA1 (libdsk-1.3.5.tar.gz) = 5529428b30b6ae6e40c21e1c46b464ac4c40cccc 3SHA1 (libdsk-1.3.5.tar.gz) = 5529428b30b6ae6e40c21e1c46b464ac4c40cccc
4RMD160 (libdsk-1.3.5.tar.gz) = 24e6637d5b8899840005358ec6227ab97010d8ca 4RMD160 (libdsk-1.3.5.tar.gz) = 24e6637d5b8899840005358ec6227ab97010d8ca
5Size (libdsk-1.3.5.tar.gz) = 1072802 bytes 5Size (libdsk-1.3.5.tar.gz) = 1072802 bytes
 6SHA1 (patch-lib_Makefile.in) = e6123124cbe6a883692b317066fe92948b327712

File Added: pkgsrc/emulators/libdsk/patches/patch-lib_Makefile.in
$NetBSD: patch-lib_Makefile.in,v 1.1 2014/09/10 12:14:57 joerg Exp $

--- lib/Makefile.in.orig	2014-09-09 13:56:48.000000000 +0000
+++ lib/Makefile.in
@@ -718,7 +718,7 @@ $(HEADERPRE)_%.h:         $(CLASSDPRE)/%
 $(srcdir)/dskjni.c:	$(JARHEADERS)
 
 install-exec-local:
-	$(mkinstalldirs) $(libdir)
+	$(mkinstalldirs) $(DESTDIR)$(libdir)
 	if test x@LIBDSKJAR@ = x; then true; else $(INSTALL_DATA) @LIBDSKJAR@ $(DESTDIR)/$(libdir); fi
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.