aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-10-17 10:52:18 +0800
committerwen <wen@FreeBSD.org>2011-10-17 10:52:18 +0800
commitc400263506f2072048cbba1aacc0a918cc875893 (patch)
tree104d66f0a841558256c86fe56caff563c0e6403a /databases
parent7f494f9628d891d68c1c6390c92bce22db626432 (diff)
downloadfreebsd-ports-gnome-c400263506f2072048cbba1aacc0a918cc875893.tar.gz
freebsd-ports-gnome-c400263506f2072048cbba1aacc0a918cc875893.tar.zst
freebsd-ports-gnome-c400263506f2072048cbba1aacc0a918cc875893.zip
- Fix MASTER_SITES
- Support LOCALBASE peoperly - Support PLIST_FILES - Strip binaries PR: ports/161613 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'databases')
-rw-r--r--databases/dbf2mysql/Makefile15
-rw-r--r--databases/dbf2mysql/pkg-plist2
2 files changed, 6 insertions, 11 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile
index dfe8d4b10ec4..dd22f4820336 100644
--- a/databases/dbf2mysql/Makefile
+++ b/databases/dbf2mysql/Makefile
@@ -7,13 +7,9 @@
PORTNAME= dbf2mysql
PORTVERSION= 1.14
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases
-MASTER_SITES= ftp://ftp.ntu.edu.tw/pub/MySQL/Downloads/Contrib/Old-Versions/ \
- ftp://ftp.ip.pt/pub/mysql/Downloads/Contrib/Old-Versions/ \
- ftp://ftp.chu.edu.tw/Mirrors/www.mysql.com/Downloads/Contrib/ \
- ftp://ftp.ps.pl/dsk0/ftp.mysql.com/Downloads/Contrib/Old-Versions/ \
- ftp://mir1.ovh.net/ftp.mysql.com/Downloads/Contrib/Old-Versions/
+MASTER_SITES= MYSQL/Contrib/Old-Versions
MAINTAINER= ports@FreeBSD.org
COMMENT= Programs to convert .dbf files to MySQL tables and vice versa
@@ -21,12 +17,13 @@ COMMENT= Programs to convert .dbf files to MySQL tables and vice versa
USE_MYSQL= yes
PORTDOCS= README
+PLIST_FILES= bin/dbf2mysql bin/mysql2dbf
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/dbf2mysql ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/mysql2dbf ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/dbf2mysql ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mysql2dbf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- -${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
diff --git a/databases/dbf2mysql/pkg-plist b/databases/dbf2mysql/pkg-plist
deleted file mode 100644
index b1959a90c24c..000000000000
--- a/databases/dbf2mysql/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/dbf2mysql
-bin/mysql2dbf