Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 11:01:02 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552226 - in head/comms/predict: . files
Message-ID:  <202010131101.09DB12gj078357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Tue Oct 13 11:01:01 2020
New Revision: 552226
URL: https://svnweb.freebsd.org/changeset/ports/552226

Log:
  Fix missed sed patterns

Modified:
  head/comms/predict/Makefile
  head/comms/predict/files/predict.h
  head/comms/predict/files/vocalizer.h

Modified: head/comms/predict/Makefile
==============================================================================
--- head/comms/predict/Makefile	Tue Oct 13 09:57:36 2020	(r552225)
+++ head/comms/predict/Makefile	Tue Oct 13 11:01:01 2020	(r552226)
@@ -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
 

Modified: head/comms/predict/files/predict.h
==============================================================================
--- head/comms/predict/files/predict.h	Tue Oct 13 09:57:36 2020	(r552225)
+++ head/comms/predict/files/predict.h	Tue Oct 13 11:01:01 2020	(r552226)
@@ -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"};

Modified: head/comms/predict/files/vocalizer.h
==============================================================================
--- head/comms/predict/files/vocalizer.h	Tue Oct 13 09:57:36 2020	(r552225)
+++ head/comms/predict/files/vocalizer.h	Tue Oct 13 11:01:01 2020	(r552226)
@@ -1 +1 @@
-char *path={"/usr/local/share/predict/vocalizer/"};
+char *path={"%%PREFIX%%/share/predict/vocalizer/"};



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010131101.09DB12gj078357>