Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 17:06:14 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7bef2586ef75 - main - cad/p5-GDS2: Fix build
Message-ID:  <202401151706.40FH6EZx078752@gitrepo.freebsd.org>

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

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

commit 7bef2586ef75c141b4e79de3e64a5067aa760006
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-15 17:02:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-15 17:06:06 +0000

    cad/p5-GDS2: Fix build
    
    Approved by:    portmgr (just-fix-it)
---
 cad/p5-GDS2/Makefile  | 3 ---
 cad/p5-GDS2/pkg-plist | 9 +++++++++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/cad/p5-GDS2/Makefile b/cad/p5-GDS2/Makefile
index 8442e9f1e45b..f50521d1a910 100644
--- a/cad/p5-GDS2/Makefile
+++ b/cad/p5-GDS2/Makefile
@@ -16,9 +16,6 @@ RUN_DEPENDS=	p5-Tk>=804.027:x11-toolkits/p5-Tk \
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 SHEBANG_FILES=	Examples/*
-PLIST_FILES=	${SITE_PERL}/GDS2.pm \
-		${PROGRAMS:S,^,bin/,} \
-		${PREFIX}/man/man3/GDS2.3.gz
 
 PROGRAMS=	gds2dump gdsdump2gds modgds2 gdslayers testgds2 \
 		gdspath4topath0 testgdt
diff --git a/cad/p5-GDS2/pkg-plist b/cad/p5-GDS2/pkg-plist
new file mode 100644
index 000000000000..d1c83b41aa11
--- /dev/null
+++ b/cad/p5-GDS2/pkg-plist
@@ -0,0 +1,9 @@
+bin/gds2dump
+bin/gdsdump2gds
+bin/gdslayers
+bin/gdspath4topath0
+bin/modgds2
+bin/testgds2
+bin/testgdt
+%%SITE_PERL%%/GDS2.pm
+%%PERL5_MAN3%%/GDS2.3.gz



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