diff options
author | petef <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
commit | 9da515ee47165aec61cb8137029c868edc28ebb5 (patch) | |
tree | d6bfce7faf476642ebb341e245bd82c6943ed92e /audio/tracker | |
parent | 9e77c34b55ad5f09668f9893e22e0500633dd797 (diff) | |
download | FreeBSD-ports-9da515ee47165aec61cb8137029c868edc28ebb5.zip FreeBSD-ports-9da515ee47165aec61cb8137029c868edc28ebb5.tar.gz |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/tracker')
-rw-r--r-- | audio/tracker/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index 85859cf..1d5615d 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -18,6 +18,11 @@ RESTRICTED= "Non-redistributable beta" WRKSRC= ${WRKDIR}/tracker INSTALL_TARGET= install install.info +post-patch: + @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \ + ${WRKSRC}/Arch/PCux/audio.c > ${WRKSRC}/Arch/PCux/audio.c.new + @${MV} ${WRKSRC}/Arch/PCux/audio.c.new ${WRKSRC}/Arch/PCux/audio.c + post-install: @install-info ${PREFIX}/info/tracker.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) |