diff options
author | mi <mi@FreeBSD.org> | 2003-08-20 19:25:25 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2003-08-20 19:25:25 +0000 |
commit | 28e99e0ab801694bf5b1013b3a7325a308888c92 (patch) | |
tree | a619c22980fab86c5f377ce66cead15d49aaf851 /databases/dbf/Makefile | |
parent | ba953fb9fda6ff76be89ec90707e3604df0b5100 (diff) | |
download | FreeBSD-ports-28e99e0ab801694bf5b1013b3a7325a308888c92.zip FreeBSD-ports-28e99e0ab801694bf5b1013b3a7325a308888c92.tar.gz |
Upgrade from 0.5.1 to 0.6. Don't need gmake (any longer?).
Add a big patch, that's also submitted to the vendor --
fixing a number of bugs and inefficiencies.
Diffstat (limited to 'databases/dbf/Makefile')
-rw-r--r-- | databases/dbf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index 2d810c5..c61bc52 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dbf -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Show and convert the content of dBASE III, IV, and 5.0 files -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dbf ${PREFIX}/bin |