pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/nosefart SUBST_FILES.<class> should be relative ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c67a2ee61c23
branches:  trunk
changeset: 475953:c67a2ee61c23
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun May 30 12:47:18 2004 +0000

description:
SUBST_FILES.<class> should be relative to ${WRKSRC}

diffstat:

 audio/nosefart/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3428d322d4d4 -r c67a2ee61c23 audio/nosefart/Makefile
--- a/audio/nosefart/Makefile   Sun May 30 12:37:54 2004 +0000
+++ b/audio/nosefart/Makefile   Sun May 30 12:47:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/27 02:58:06 snj Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/30 12:47:18 seb Exp $
 
 DISTNAME=              nosefart-1.92i-mls
 PKGNAME=               ${DISTNAME:S/-mls//}
@@ -16,7 +16,7 @@
 SUBST_CLASSES+=                ossaudio
 SUBST_STAGE.ossaudio=  pre-build
 SUBST_MESSAGE.ossaudio=        "Fixing audio device."
-SUBST_FILES.ossaudio=  ${WRKSRC}/src/linux/main_linux.c
+SUBST_FILES.ossaudio=  src/linux/main_linux.c
 SUBST_SED.ossaudio=    -e 's|/dev/dsp|${DEVOSSSOUND}|'
 
 do-install:



Home | Main Index | Thread Index | Old Index