summaryrefslogtreecommitdiff
path: root/audio/wmtune
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-21 00:46:23 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-21 00:46:23 +0000
commitbd47f60d7bbd52ca65b79d73159cfa933bb24982 (patch)
tree60557e94c6990ba3a93774d1c5c88dddee1b58cc /audio/wmtune
parentAdd a WWW link (diff)
* Small cleanup of the Makefile
* Add WWW PR: 16232 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
Notes
Notes: svn path=/head/; revision=24860
Diffstat (limited to 'audio/wmtune')
-rw-r--r--audio/wmtune/Makefile6
-rw-r--r--audio/wmtune/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile
index 998f44e98d31..7f0f8c908b90 100644
--- a/audio/wmtune/Makefile
+++ b/audio/wmtune/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.soren.org/linux/wmtune/dl/ \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
wmtune.diff.gz
-MAINTAINER= jedgar@fxp.org
+MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
@@ -26,9 +26,7 @@ PATCH_ARGS =-p0 -d ${WRKDIR}
post-patch:
@${GUNZIP_CMD} -c ${DISTDIR}/wmtune.diff.gz | ${PATCH} ${PATCH_ARGS}
- @cd ${WRKSRC}/src; \
- ${MV} wmtune.c wmtune.c.orig; \
- ${SED} -e 's|/etc|${PREFIX}/etc|' < wmtune.c.orig > wmtune.c
+ @${PERL} -pi.orig -e 's|/etc|${PREFIX}/etc|' wmtune.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmtune ${PREFIX}/bin
diff --git a/audio/wmtune/pkg-descr b/audio/wmtune/pkg-descr
index a38abb137f52..44eefc40b6ed 100644
--- a/audio/wmtune/pkg-descr
+++ b/audio/wmtune/pkg-descr
@@ -1,3 +1,5 @@
Dock app radio program for the BT848/878 cards.
In particular, this program works with the
Happauge WinTV cards with onboard FM tuners.
+
+WWW: http://soren.org/linux/wmtune/