mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with custom PREFIX/LOCALBASE
PR: ports/135369 Reported by: QAT Approved by: maintainer timeout (28 days); wxs (mentor)
This commit is contained in:
parent
5b58c5b2ae
commit
e6e9a457ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237056
2 changed files with 7 additions and 2 deletions
|
@ -8,9 +8,15 @@
|
|||
PORTNAME= tuneradio
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.lns.com/papers/tuneradio/
|
||||
MASTER_SITES= http://www.lns.com/papers/tuneradio/ \
|
||||
http://cvsup1.theplanet.com/distfiles/
|
||||
|
||||
MAINTAINER= pozar@lns.com
|
||||
COMMENT= A command line method of tuning a Brooktree FM tuner card
|
||||
|
||||
PLIST_FILES= bin/tuneradio
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
bin/tuneradio
|
Loading…
Add table
Reference in a new issue