summaryrefslogtreecommitdiff
path: root/databases/dbf2mysql
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2001-02-20 03:31:19 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2001-02-20 03:31:19 +0000
commit474ebb6fcc71fc334ffcd968ae7f18a28b47136a (patch)
treedf8aaf7b11a5eea30e35ce239d5cabf3008a8880 /databases/dbf2mysql
parentUpdate to 6.01. Install from .xpi (zip archive) distfiles. Don't (diff)
Fix installation (WRKDIR -> WRKSRC)
Submitted by: ken@mui.net
Notes
Notes: svn path=/head/; revision=38498
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r--databases/dbf2mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile
index 3b3926f0c373..4be54f96e048 100644
--- a/databases/dbf2mysql/Makefile
+++ b/databases/dbf2mysql/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/dbf2mysql ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKDIR}/mysql2dbf ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/dbf2mysql ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/mysql2dbf ${PREFIX}/bin
.include <bsd.port.mk>