From 1822fd0227b78d2d9543b64beb7f5891316b9fe4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 9 Jan 2014 14:19:44 +0000 Subject: Support stage & use pkg-plist --- converters/o3read/Makefile | 24 +++++++----------------- converters/o3read/pkg-plist | 8 ++++++++ 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 converters/o3read/pkg-plist (limited to 'converters/o3read') diff --git a/converters/o3read/Makefile b/converters/o3read/Makefile index 70d852bb908f..3173bf24fafb 100644 --- a/converters/o3read/Makefile +++ b/converters/o3read/Makefile @@ -11,27 +11,17 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= samm@os2.kiev.ua COMMENT= Standalone converter for the OpenOffice.org writer and scalc formats -MAN1= o3read.1 utf8tolatin1.1 -MLINKS= o3read.1 o3totxt.1 o3read.1 o3tohtml.1 PORTDOCS= README COPYING ChangeLog -PLIST_FILES= bin/o3read bin/o3totxt bin/o3tohtml bin/utf8tolatin1 - -NO_STAGE= yes - -.include do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/o3read ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/o3tohtml ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/utf8tolatin1 ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/o3read.1 ${MANPREFIX}/man/man1 - @${INSTALL_MAN} ${WRKSRC}/utf8tolatin1.1 ${MANPREFIX}/man/man1 -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/o3read ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/o3tohtml ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/utf8tolatin1 ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include diff --git a/converters/o3read/pkg-plist b/converters/o3read/pkg-plist new file mode 100644 index 000000000000..aacf575b4695 --- /dev/null +++ b/converters/o3read/pkg-plist @@ -0,0 +1,8 @@ +bin/o3read +bin/o3tohtml +bin/o3totxt +bin/utf8tolatin1 +man/man1/o3read.1.gz +man/man1/o3tohtml.1.gz +man/man1/o3totxt.1.gz +man/man1/utf8tolatin1.1.gz -- cgit v1.2.3