mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Support stage
This commit is contained in:
parent
19c191e2b1
commit
dfd28f85c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339229
@ -20,16 +20,10 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
MAN1= recode.1
|
||||
INFO= recode
|
||||
|
||||
post-extract: copy-po-files remove-info-files
|
||||
|
||||
NO_STAGE= yes
|
||||
copy-po-files:
|
||||
post-extract:
|
||||
@${CP} ${FILESDIR}/ru.po ${WRKSRC}/i18n
|
||||
|
||||
remove-info-files:
|
||||
@${RM} -f ${WRKSRC}/doc/${PORTNAME}.info*
|
||||
|
||||
post-patch:
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $FreeBSD$
|
||||
bin/recode
|
||||
include/recode.h
|
||||
include/recodext.h
|
||||
@ -6,6 +5,7 @@ lib/librecode.a
|
||||
lib/librecode.la
|
||||
lib/librecode.so
|
||||
lib/librecode.so.3
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user