Skip to content

Commit

Permalink
science/chemtool: 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 21, 2024
1 parent 98df048 commit f898b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion science/chemtool/Makefile
@@ -1,6 +1,6 @@
PORTNAME= chemtool
DISTVERSION= 1.6.14
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= science
MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/

Expand All @@ -18,6 +18,7 @@ RUN_DEPENDS= fig2dev:print/fig2dev

USES= compiler:c++11-lang gmake gnome pkgconfig xorg
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX}
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_XORG= x11
Expand Down
4 changes: 2 additions & 2 deletions science/chemtool/pkg-plist
@@ -1,8 +1,6 @@
bin/chemtool
bin/chemtoolbg
bin/cht
man/man1/chemtool.1.gz
man/man1/cht.1.gz
%%NLS%%share/locale/bg/LC_MESSAGES/chemtool.mo
%%NLS%%share/locale/cs/LC_MESSAGES/chemtool.mo
%%NLS%%share/locale/de/LC_MESSAGES/chemtool.mo
Expand All @@ -12,3 +10,5 @@ man/man1/cht.1.gz
%%NLS%%share/locale/pt_BR/LC_MESSAGES/chemtool.mo
%%NLS%%share/locale/pt_PT/LC_MESSAGES/chemtool.mo
%%NLS%%share/locale/ru/LC_MESSAGES/chemtool.mo
share/man/man1/chemtool.1.gz
share/man/man1/cht.1.gz

0 comments on commit f898b19

Please sign in to comment.