diff options
author | demon <demon@FreeBSD.org> | 2003-08-13 07:23:29 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-08-13 07:23:29 +0000 |
commit | 55f61c7f22564a0660460d51c2c4fd83f5560624 (patch) | |
tree | be97d0e5de946a638730fb20c8296a993de00c2a /converters | |
parent | d8a0d9ac8dffdf6b3a9a8dd0ead121d7e9cc2bef (diff) | |
download | FreeBSD-ports-55f61c7f22564a0660460d51c2c4fd83f5560624.zip FreeBSD-ports-55f61c7f22564a0660460d51c2c4fd83f5560624.tar.gz |
Utilize INFO variable.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/recode/Makefile | 9 | ||||
-rw-r--r-- | converters/recode/pkg-plist | 3 |
2 files changed, 2 insertions, 10 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile index b45e285..0e9d152 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= recode.1 +INFO= recode post-extract: copy-po-files remove-info-files @@ -35,9 +36,7 @@ copy-po-files: remove-info-files: @${RM} -f ${WRKSRC}/doc/${PORTNAME}.info* -post-patch: patch-po-files patch-makeinfo - -patch-po-files: +post-patch: @${PERL} -pi -e '\ if (/Project-Id-Version/) { \ s/3\.[45](r|\.[0-9])?/3.6/; \ @@ -45,8 +44,4 @@ patch-po-files: } \ ' ${WRKSRC}/i18n/*.po -patch-makeinfo: - @${REINPLACE_CMD} -e 's|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g' \ - ${WRKSRC}/doc/Makefile.in - .include <bsd.port.mk> diff --git a/converters/recode/pkg-plist b/converters/recode/pkg-plist index 43b4349..88b2fc3 100644 --- a/converters/recode/pkg-plist +++ b/converters/recode/pkg-plist @@ -2,9 +2,6 @@ bin/recode include/recode.h include/recodext.h -@unexec install-info --delete %D/info/recode.info %D/info/dir -info/recode.info -@exec install-info %D/info/recode.info %D/info/dir lib/librecode.a lib/librecode.so lib/librecode.so.3 |