Skip to content

Commit

Permalink
cad/spice: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 2, 2024
1 parent e8f9536 commit 4007361
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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 \
Expand Down
2 changes: 1 addition & 1 deletion cad/spice/files/Makefile
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions cad/spice/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 4007361

Please sign in to comment.