diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:04:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:04:31 +0000 |
commit | 7474d767716b127e580ea714ae85ed1ee9333536 (patch) | |
tree | efe10d614528dd2d06709c0a589819faeeaa0976 /textproc/odt2txt/Makefile | |
parent | d46513b0a32172bddd4ca05dc376b8a0a831efa1 (diff) |
Notes
Diffstat (limited to 'textproc/odt2txt/Makefile')
-rw-r--r-- | textproc/odt2txt/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/textproc/odt2txt/Makefile b/textproc/odt2txt/Makefile index 9d26ea0e91ae..884a7a720d8b 100644 --- a/textproc/odt2txt/Makefile +++ b/textproc/odt2txt/Makefile @@ -9,26 +9,23 @@ MASTER_SITES= http://stosberg.net/odt2txt/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= alexey@renatasystems.org -COMMENT= A simple converter from OpenDocument Text to plain text +COMMENT= Simple converter from OpenDocument Text to plain text LICENSE= GPLv2 -USE_GMAKE= yes -USES= iconv +USES= iconv gmake + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/odt2txt - -MAN1= odt2txt.1 +PLIST_FILES= bin/odt2txt man/man1/odt2txt.1.gz -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ -e 's#-liconv#${ICONV_LIB}#' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/odt2txt ${PREFIX}/bin/odt2txt - ${INSTALL_MAN} ${WRKSRC}/odt2txt.1 ${MANPREFIX}/man/man1/odt2txt.1 + ${INSTALL_PROGRAM} ${WRKSRC}/odt2txt ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/odt2txt.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |