diff options
author | gls <gls@pkgsrc.org> | 2014-07-16 20:42:46 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2014-07-16 20:42:46 +0000 |
commit | 41883f20f4811cedea367c8478a981efb1f0a1e0 (patch) | |
tree | 0cf2241ed5a13ebe5fbd9c4637a893d99ec69950 /audio/mpdas/patches | |
parent | 31fe54caec09bc57641f4864f1e52525e9ab7b20 (diff) | |
download | pkgsrc-41883f20f4811cedea367c8478a981efb1f0a1e0.tar.gz |
Update audio/mpdas to 0.3.1.
Bugfix release.
Diffstat (limited to 'audio/mpdas/patches')
-rw-r--r-- | audio/mpdas/patches/patch-Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/mpdas/patches/patch-Makefile b/audio/mpdas/patches/patch-Makefile deleted file mode 100644 index a2ccb35a23a..00000000000 --- a/audio/mpdas/patches/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-Makefile,v 1.1.1.1 2011/02/02 21:35:35 gls Exp $ - -Fix installation dirs - ---- Makefile.orig 2010-11-22 01:15:12.000000000 +0000 -+++ Makefile -@@ -27,8 +27,8 @@ clean: - rm -rf $(OBJ) $(OUT) - - install: all -- install mpdas ${PREFIX}/bin -- install -m 644 mpdas.1 ${MANPREFIX}/mpdas.1 -+ install mpdas ${DESTDIR}${PREFIX}/bin -+ install -m 644 mpdas.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mpdas.1 - - uninstall: - -rm ${PREFIX}/bin/mpdas |