diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-02-20 03:31:19 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-02-20 03:31:19 +0000 |
commit | 474ebb6fcc71fc334ffcd968ae7f18a28b47136a (patch) | |
tree | df8aaf7b11a5eea30e35ce239d5cabf3008a8880 /databases/dbf2mysql | |
parent | a84bcbf348709405b6a32d32d1b38041149a2ad8 (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/Makefile | 4 |
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> |