public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/abcmidi/files: abcmidi-2011.10.19-install.patch
@ 2011-10-21  6:47 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-10-21  6:47 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/10/21 06:47:57

  Added:                abcmidi-2011.10.19-install.patch
  Log:
  Initial import (bug #76017).
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/abcmidi/files/abcmidi-2011.10.19-install.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/files/abcmidi-2011.10.19-install.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcmidi/files/abcmidi-2011.10.19-install.patch?rev=1.1&content-type=text/plain

Index: abcmidi-2011.10.19-install.patch
===================================================================
--- abcmidi/Makefile.in.orig
+++ abcmidi/Makefile.in
@@ -140,17 +140,10 @@
 	rm *.o ${binaries}
 
 install: abc2midi midi2abc abc2abc mftext midicopy yaps abcmatch
-	test -d $(DESTDIR)${prefix}/${bindir} || mkdir -p $(DESTDIR)${prefix}/${bindir}
-	$(INSTALL) -m 755 ${binaries} $(DESTDIR)${prefix}/${bindir}
-
-	# install documentation
-	test -d $(DESTDIR)${PREFIX}/share/doc/abcmidi || mkdir -p $(DESTDIR)${prefix}/${docdir}
-	$(INSTALL) -m 644 doc/*.txt $(DESTDIR)${prefix}/${docdir}
-	$(INSTALL) -m 644 doc/AUTHORS $(DESTDIR)${prefix}/${docdir}
-	$(INSTALL) -m 644 doc/CHANGES $(DESTDIR)${prefix}/${docdir}
-	$(INSTALL) -m 644 VERSION $(DESTDIR)${prefix}/${docdir}
+	test -d $(DESTDIR)${bindir} || mkdir -p $(DESTDIR)${bindir}
+	$(INSTALL) -m 755 ${binaries} $(DESTDIR)${bindir}
 
 	# install manpages
-	test -d $(DESTDIR)${prefix}/${mandir} || mkdir -p $(DESTDIR)${prefix}/${mandir};
-	$(INSTALL) -m 644 doc/*.1 $(DESTDIR)${prefix}/${mandir}
+	test -d $(DESTDIR)${mandir} || mkdir -p $(DESTDIR)${mandir}
+	$(INSTALL) -m 644 doc/*.1 $(DESTDIR)${mandir}
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-21  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21  6:47 [gentoo-commits] gentoo-x86 commit in media-sound/abcmidi/files: abcmidi-2011.10.19-install.patch Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox