diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-09 21:27:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-09 21:27:26 +0800 |
commit | c344c8916be3c0ed2790c2eaf0ef7d4ecfb72387 (patch) | |
tree | 85181c30141aaef50701fc9e97be4c2eeeac1742 /converters/recode | |
parent | 78136aa2b02e7a61761f08a7d072a7c833e863ad (diff) | |
download | freebsd-ports-gnome-c344c8916be3c0ed2790c2eaf0ef7d4ecfb72387.tar.gz freebsd-ports-gnome-c344c8916be3c0ed2790c2eaf0ef7d4ecfb72387.tar.zst freebsd-ports-gnome-c344c8916be3c0ed2790c2eaf0ef7d4ecfb72387.zip |
Support stage
Diffstat (limited to 'converters/recode')
-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 |