mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
japanese/ack: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
00da3031b6
commit
81bb485829
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ack
|
PORTNAME= ack
|
||||||
PORTVERSION= 1.39
|
PORTVERSION= 1.39
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= japanese converters
|
CATEGORIES= japanese converters
|
||||||
MASTER_SITES= http://ftp.vector.co.jp/06/43/1369/
|
MASTER_SITES= http://ftp.vector.co.jp/06/43/1369/
|
||||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
||||||
|
@ -15,10 +15,11 @@ CONFLICTS_INSTALL= p5-ack # /bin/ack
|
||||||
ALL_TARGET= ack
|
ALL_TARGET= ack
|
||||||
CFLAGS+= -Wno-error=return-type
|
CFLAGS+= -Wno-error=return-type
|
||||||
|
|
||||||
PLIST_FILES= bin/ack man/ja/man1/ack.1.gz
|
PLIST_FILES= bin/ack share/man/ja/man1/ack.1.gz
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -E 's,(BINARY|MANUAL)),DESTDIR)$$(&,' \
|
@${REINPLACE_CMD} -E 's,(BINARY|MANUAL)),DESTDIR)$$(&, ; \
|
||||||
|
s|^MANUAL.*|MANUAL=${PREFIX}/share/man/ja/man1|' \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue