aboutsummaryrefslogtreecommitdiff
path: root/converters/o3read
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 14:19:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 14:19:44 +0000
commit1822fd0227b78d2d9543b64beb7f5891316b9fe4 (patch)
tree18974b45b380e89386b9f54de08e22e63dbf3444 /converters/o3read
parenta0604c4c2bfd2a7b5bd837de57ae41c017e4d63a (diff)
downloadports-1822fd0227b78d2d9543b64beb7f5891316b9fe4.tar.gz
ports-1822fd0227b78d2d9543b64beb7f5891316b9fe4.zip
Support stage & use pkg-plist
Notes
Notes: svn path=/head/; revision=339239
Diffstat (limited to 'converters/o3read')
-rw-r--r--converters/o3read/Makefile24
-rw-r--r--converters/o3read/pkg-plist8
2 files changed, 15 insertions, 17 deletions
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 <bsd.port.options.mk>
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 <bsd.port.mk>
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