diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-19 13:29:59 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-19 13:29:59 +0000 |
| commit | bb271f0bf7b513a23a31da4ec8819b113ebf4587 (patch) | |
| tree | ac5a462edc3d85d5f0b20a594802ce4b12f0bf9f /comms/svxlink | |
| parent | 29879aded766da253313579a3503ff5e15026355 (diff) | |
Notes
Diffstat (limited to 'comms/svxlink')
| -rw-r--r-- | comms/svxlink/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/svxlink/Makefile b/comms/svxlink/Makefile index 41e8f650d9e8..21213f45f950 100644 --- a/comms/svxlink/Makefile +++ b/comms/svxlink/Makefile @@ -55,8 +55,6 @@ DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ OPTIONS_SUB= yes PORTDOCS= * -.include <bsd.port.options.mk> - post-patch: @${GREP} -lr /dev/ttyS0 ${WRKSRC} | ${GREP} -v .bak | ${GREP} -v .orig | ${XARGS} \ ${REINPLACE_CMD} -e 's|/dev/ttyS0|/dev/ttyu0|' @@ -70,12 +68,11 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/lib|${PREFIX}/lib|' \ ${WRKSRC}/src/doc/man/svxlink.conf.5 \ ${WRKSRC}/src/svxlink/svxlink/svxlink.conf.in -.if ${PORT_OPTIONS:MOSS} +post-patch-OSS-on: @${GREP} -lr alsa:default ${WRKSRC} | ${GREP} -v .bak | ${GREP} -v .orig | ${XARGS} \ ${REINPLACE_CMD} -e 's|alsa:default|oss:/dev/dsp|' @${GREP} -lr alsa:plughw:0 ${WRKSRC} | ${GREP} -v .bak | ${GREP} -v .orig | ${XARGS} \ ${REINPLACE_CMD} -e 's|alsa:plughw:0|oss:/dev/dsp|' -.endif .if ${PORTNAME}==svxlink post-stage: |
