diff options
-rw-r--r-- | converters/recode/Makefile | 8 | ||||
-rw-r--r-- | converters/recode/pkg-plist | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile index 1692597cc0c9..39cce8e97784 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -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: diff --git a/converters/recode/pkg-plist b/converters/recode/pkg-plist index b1677fe73be1..8495fbeff456 100644 --- a/converters/recode/pkg-plist +++ b/converters/recode/pkg-plist @@ -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 |