mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
misc/ipa_conv: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e0c6de026e
commit
4eab16bc50
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ipa_conv
|
PORTNAME= ipa_conv
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= SF/ipa-system/modules/ipa_conv
|
MASTER_SITES= SF/ipa-system/modules/ipa_conv
|
||||||
|
|
||||||
|
@ -13,10 +13,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:sysutils/ipa
|
||||||
USES= libtool tar:bzip2
|
USES= libtool tar:bzip2
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
PLIST_FILES= lib/ipa_conv.so \
|
PLIST_FILES= lib/ipa_conv.so \
|
||||||
man/man8/ipa_conv.8.gz \
|
share/man/man8/ipa_conv.8.gz \
|
||||||
man/ru.KOI8-R/man8/ipa_conv.8.gz
|
share/man/ru.KOI8-R/man8/ipa_conv.8.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue