Date: Sun, 3 Mar 2024 00:06:41 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4007361948e3 - main - cad/spice: Move man pages to share/man Message-ID: <202403030006.42306fhQ079364@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4007361948e390f58fc284192dab740bbc8b2a4e commit 4007361948e390f58fc284192dab740bbc8b2a4e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 23:54:43 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 23:54:43 +0000 cad/spice: Move man pages to share/man Approved by: portmgr (blanket) --- cad/spice/Makefile | 2 +- cad/spice/files/Makefile | 2 +- cad/spice/pkg-plist | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 88facc003357..f9c55c9cee82 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,6 +1,6 @@ PORTNAME= spice PORTVERSION= 3f5.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= cad MASTER_SITES= https://ptolemy.berkeley.edu/projects/embedded/pubs/downloads/spice/:srcs \ http://home.hiroshima-u.ac.jp/usdl/HiSIM2/:hisim2 \ diff --git a/cad/spice/files/Makefile b/cad/spice/files/Makefile index fd6fb0b99830..fb14e19ec6c0 100644 --- a/cad/spice/files/Makefile +++ b/cad/spice/files/Makefile @@ -35,7 +35,7 @@ SCRIPTFILES= setplot spinit SHAREFILES= mfbcap news MAN= spice.1 nutmeg.1 sconvert.1 mfb.3 mfbcap.5 -MANDIR= ${PREFIX}/man/man +MANDIR= ${PREFIX}/share/man/man .for P in ${PROGRAMS} install:: ${DESTDIR}${BINDIR}/$P diff --git a/cad/spice/pkg-plist b/cad/spice/pkg-plist index a2e9bf17b910..c6de155511ea 100644 --- a/cad/spice/pkg-plist +++ b/cad/spice/pkg-plist @@ -5,12 +5,12 @@ bin/help bin/proc2mod bin/multidec bin/makeidx -man/man1/sconvert.1.gz -man/man1/nutmeg.1.gz -man/man1/spice.1.gz -man/man1/spice3.1.gz -man/man3/mfb.3.gz -man/man5/mfbcap.5.gz +share/man/man1/sconvert.1.gz +share/man/man1/nutmeg.1.gz +share/man/man1/spice.1.gz +share/man/man1/spice3.1.gz +share/man/man3/mfb.3.gz +share/man/man5/mfbcap.5.gz %%DATADIR%%/helpdir/spice.txt %%DATADIR%%/helpdir/spice.idx %%DATADIR%%/scripts/setplot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403030006.42306fhQ079364>