From 7474d767716b127e580ea714ae85ed1ee9333536 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 26 Feb 2014 09:04:31 +0000 Subject: [PATCH] Support staging --- textproc/odt2txt/Makefile | 15 ++++++--------- 1 file 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 +PLIST_FILES= bin/odt2txt man/man1/odt2txt.1.gz -MAN1= odt2txt.1 - -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