diff options
author | seb <seb> | 2004-05-30 12:47:18 +0000 |
---|---|---|
committer | seb <seb> | 2004-05-30 12:47:18 +0000 |
commit | 092f5934b3c1cc4b15e78874faf5e6d4083f2895 (patch) | |
tree | 619236b95db2e3d8fdea68a88f2875467fbe974a /audio | |
parent | 5a694405c21496b2884256022d9b85308e6b4014 (diff) | |
download | pkgsrc-092f5934b3c1cc4b15e78874faf5e6d4083f2895.tar.gz |
SUBST_FILES.<class> should be relative to ${WRKSRC}
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nosefart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile index ef670e047f1..e4b02c36f25 100644 --- a/audio/nosefart/Makefile +++ b/audio/nosefart/Makefile @@ -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 @@ NO_CONFIGURE= YES 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: |