Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 08:07:26 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bc2151fc33c2 - main - audio/uade: Fix package list
Message-ID:  <202302200807.31K87Qh4048649@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bc2151fc33c2a9797fca4fbeeaeb8d9175ce48ea

commit bc2151fc33c2a9797fca4fbeeaeb8d9175ce48ea
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-02-20 08:07:10 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-02-20 08:07:23 +0000

    audio/uade: Fix package list
---
 audio/uade/Makefile  | 2 ++
 audio/uade/pkg-plist | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/uade/Makefile b/audio/uade/Makefile
index 4b0abaa8eba8..d5038eec8215 100644
--- a/audio/uade/Makefile
+++ b/audio/uade/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	uade
 PORTVERSION=	3.02
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://zakalwe.fi/uade/uade3/ \
 		LOCAL/ehaupt
@@ -30,6 +31,7 @@ CONFIGURE_ENV=	PYTHON_INTERPRETER=${PYTHON_CMD} \
 		SYSCFLAGS='${CFLAGS}'
 
 SHEBANG_FILES=	configure write_audio/generate_amiga_oscilloscope_view
+PORTDOCS=	*
 
 OPTIONS_DEFINE=		DOCS TEXTSCOPE
 OPTIONS_DEFAULT=	TEXTSCOPE
diff --git a/audio/uade/pkg-plist b/audio/uade/pkg-plist
index 38bb6e0c1c38..0017deb82816 100644
--- a/audio/uade/pkg-plist
+++ b/audio/uade/pkg-plist
@@ -194,4 +194,3 @@ man/man1/uade123.1.gz
 %%DATADIR%%/score
 %%DATADIR%%/uade.conf
 %%DATADIR%%/uaerc
-%%PORTDOCS%%@dir %%DOCSDIR%%



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