Fix missed sed patterns

This commit is contained in:
Diane Bruce 2020-10-13 11:01:01 +00:00
parent 38b56a627f
commit 3cf7031b15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552226
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= predict
PORTNAME= predict
PORTVERSION= 2.2.7
CATEGORIES= comms astro hamradio
CATEGORIES= comms astro hamradio
MASTER_SITES= https://www.qsl.net/kd2bd/ \
LOCAL/db

View File

@ -1 +1 @@
char *predictpath={"/usr/local/share/predict/"}, soundcard=1, *version={"2.2.3"};
char *predictpath={"%%PREFIX%%/share/predict/"}, soundcard=1, *version={"2.2.3"};

View File

@ -1 +1 @@
char *path={"/usr/local/share/predict/vocalizer/"};
char *path={"%%PREFIX%%/share/predict/vocalizer/"};