diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
commit | 0467aae499c92d2291845dfda27e5622a727a993 (patch) | |
tree | 34ed02ae681900dda940f9ba00d20f84e185a83b /audio/gramofile | |
parent | 3842be24171bd26fb70d2551ccf75d9cddff3e53 (diff) | |
download | freebsd-ports-0467aae499c92d2291845dfda27e5622a727a993.zip |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/gramofile')
-rw-r--r-- | audio/gramofile/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile index b83c007b20c2..f33de8293499 100644 --- a/audio/gramofile/Makefile +++ b/audio/gramofile/Makefile @@ -15,6 +15,13 @@ MAINTAINER= nox@jelal.kn-bremen.de ALL_TARGET= gramofile USE_GMAKE= yes +post-patch: +.for file in bplay.c sndfunc.c + @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \ + ${WRKSRC}/bplaysrc/${file} > ${WRKSRC}/bplaysrc/${file}.new + @${MV} ${WRKSRC}/bplaysrc/${file}.new ${WRKSRC}/bplaysrc/${file} +.endfor + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gramofile ${WRKSRC}/bplay_gramo ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/gramofile |