diff options
Diffstat (limited to 'audio/xmp/patches/patch-ac')
-rw-r--r-- | audio/xmp/patches/patch-ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/xmp/patches/patch-ac b/audio/xmp/patches/patch-ac deleted file mode 100644 index 60724dade43..00000000000 --- a/audio/xmp/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.5 2009/02/07 21:10:48 joerg Exp $ - ---- etc/Makefile.orig 2007-10-23 11:28:30.000000000 +0000 -+++ etc/Makefile -@@ -14,7 +14,6 @@ subdist:: all - include $(TOPDIR)/Makefile.rules - - install:: -- @echo Installing xmp.conf and xmp-modules.conf in $(SYSCONFDIR)... -- @[ -d $(DESTDIR)$(SYSCONFDIR) ] || mkdir -p $(DESTDIR)$(SYSCONFDIR) -- $(INSTALL) -m644 xmp.conf xmp-modules.conf $(DESTDIR)$(SYSCONFDIR)/ -+ @echo Installing xmp.conf and xmp-modules.conf in ${DESTDIR}$(datarootdir)/examples/xmp... -+ $(INSTALL) -m644 xmp.conf xmp-modules.conf ${DESTDIR}$(datarootdir)/examples/xmp - |