mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
converters/ascii2binary: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
0a2e453e44
commit
245cfa9409
@ -1,6 +1,6 @@
|
||||
PORTNAME= ascii2binary
|
||||
PORTVERSION= 2.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||
|
||||
@ -13,12 +13,13 @@ LICENSE= GPLv3
|
||||
USES= gettext tar:bzip2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_FILES= bin/ascii2binary bin/binary2ascii \
|
||||
man/man1/ascii2binary.1.gz \
|
||||
man/man1/binary2ascii.1.gz
|
||||
share/man/man1/ascii2binary.1.gz \
|
||||
share/man/man1/binary2ascii.1.gz
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user