svn commit: r552226 - in head/comms/predict: . files

Diane Bruce db at FreeBSD.org
Tue Oct 13 11:01:03 UTC 2020


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/"};


More information about the svn-ports-all mailing list