diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-07 21:10:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-07 21:10:47 +0000 |
commit | d4c7f286d360acbf9a1182a56a172cc4d260f9c5 (patch) | |
tree | 6ae6d2f597dc5bba1ca3fe7ad9ec5695f8475881 /audio/xmp/patches | |
parent | a1a69439552893de263dc6a36a26f288f7274d5c (diff) | |
download | pkgsrc-d4c7f286d360acbf9a1182a56a172cc4d260f9c5.tar.gz |
DESTDIR support. Needs pkg-config.
Diffstat (limited to 'audio/xmp/patches')
-rw-r--r-- | audio/xmp/patches/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmp/patches/patch-ac b/audio/xmp/patches/patch-ac index 5e44161719d..60724dade43 100644 --- a/audio/xmp/patches/patch-ac +++ b/audio/xmp/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.4 2009/01/09 20:43:53 shattered Exp $ +$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 @@ -9,6 +9,6 @@ $NetBSD: patch-ac,v 1.4 2009/01/09 20:43:53 shattered Exp $ - @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 $(datarootdir)/examples/xmp... -+ $(INSTALL) -m644 xmp.conf xmp-modules.conf $(datarootdir)/examples/xmp ++ @echo Installing xmp.conf and xmp-modules.conf in ${DESTDIR}$(datarootdir)/examples/xmp... ++ $(INSTALL) -m644 xmp.conf xmp-modules.conf ${DESTDIR}$(datarootdir)/examples/xmp |