mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
converters/psiconv: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4dcaf0fba1
commit
82cb5d26b2
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= psiconv
|
PORTNAME= psiconv
|
||||||
PORTVERSION= 0.9.9
|
PORTVERSION= 0.9.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= converters devel
|
CATEGORIES= converters devel
|
||||||
MASTER_SITES= http://www.frodo.looijaard.name/system/files/software/psiconv/
|
MASTER_SITES= http://www.frodo.looijaard.name/system/files/software/psiconv/
|
||||||
|
|
||||||
|
@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USES= gmake libtool
|
USES= gmake libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --with-imagemagick=no
|
CONFIGURE_ARGS= --with-imagemagick=no
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,9 @@ lib/libpsiconv.a
|
||||||
lib/libpsiconv.so
|
lib/libpsiconv.so
|
||||||
lib/libpsiconv.so.6
|
lib/libpsiconv.so.6
|
||||||
lib/libpsiconv.so.6.4.2
|
lib/libpsiconv.so.6.4.2
|
||||||
man/man1/psiconv-config.1.gz
|
share/man/man1/psiconv-config.1.gz
|
||||||
man/man1/psiconv.1.gz
|
share/man/man1/psiconv.1.gz
|
||||||
man/man5/psiconv.conf.5.gz
|
share/man/man5/psiconv.conf.5.gz
|
||||||
%%DATADIR%%/psion/ASCII_Codes.psi
|
%%DATADIR%%/psion/ASCII_Codes.psi
|
||||||
%%DATADIR%%/psion/Application_ID_Section.psi
|
%%DATADIR%%/psion/Application_ID_Section.psi
|
||||||
%%DATADIR%%/psion/Basic_Elements.psi
|
%%DATADIR%%/psion/Basic_Elements.psi
|
||||||
|
|
Loading…
Add table
Reference in a new issue