aboutsummaryrefslogtreecommitdiff
path: root/databases/dbf2mysql
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-10 09:27:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-10 09:27:33 +0000
commitfc09ccf718eb4a36f6e2ed287355a31833e9f3b9 (patch)
tree519223c2a8c473f192e1e8456b1ee685ded8ace8 /databases/dbf2mysql
parentf68fdc717550b7d9970cbdd4af0a1c857acc0c21 (diff)
downloadports-fc09ccf718eb4a36f6e2ed287355a31833e9f3b9.tar.gz
ports-fc09ccf718eb4a36f6e2ed287355a31833e9f3b9.zip
No documentation for the port databases/dbf2mysql is installed
There is no documentation after the port dbf2mysql installation. PR: ports/51140 Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=97854
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r--databases/dbf2mysql/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile
index ba344417ef45..b158600a0f9d 100644
--- a/databases/dbf2mysql/Makefile
+++ b/databases/dbf2mysql/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dbf2mysql
PORTVERSION= 1.14
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ftp://mysql.nixc.net/pub/mysql/Downloads/Contrib/ \
ftp://ftp.plig.org/pub/mysql/Downloads/Contrib/
@@ -16,8 +17,12 @@ COMMENT= Programs to convert .dbf files to MySQL tables and vice versa
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+PORTDOCS= README
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dbf2mysql ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/mysql2dbf ${PREFIX}/bin
+ -${MKDIR} ${PREFIX}/share/doc/dbf2mysql
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dbf2mysql
.include <bsd.port.mk>