diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-10 09:27:33 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-10 09:27:33 +0000 |
commit | 9a25d60d2109c55decf729a0aa708dc981b8a15d (patch) | |
tree | 6758df84c1040db8b5f22cd3117a0a6b79ae6d77 /databases/dbf2mysql | |
parent | cac559c69a8173e6c87bb1341b4176f7141084a5 (diff) | |
download | FreeBSD-ports-9a25d60d2109c55decf729a0aa708dc981b8a15d.zip FreeBSD-ports-9a25d60d2109c55decf729a0aa708dc981b8a15d.tar.gz |
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
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r-- | databases/dbf2mysql/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index ba34441..b158600 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> |