Skip to content

Commit

Permalink
converters/recode: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent dd0f5d1 commit 89b109f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion converters/recode/Makefile
@@ -1,7 +1,7 @@
PORTNAME= recode
PORTVERSION= 3.6
DISTVERSIONPREFIX= v
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES= converters

MAINTAINER= demon@FreeBSD.org
Expand All @@ -20,6 +20,7 @@ USE_LDCONFIG= yes
USE_PERL5= run build

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --without-included-gettext
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
Expand Down
2 changes: 1 addition & 1 deletion converters/recode/pkg-plist
Expand Up @@ -5,7 +5,7 @@ lib/librecode.a
lib/librecode.so
lib/librecode.so.3
lib/librecode.so.3.0.6
man/man1/recode.1.gz
share/man/man1/recode.1.gz
share/locale/da/LC_MESSAGES/recode.mo
share/locale/de/LC_MESSAGES/recode.mo
share/locale/el/LC_MESSAGES/recode.mo
Expand Down

0 comments on commit 89b109f

Please sign in to comment.