Install dbfdump script as dbfdump.pl, a shapelib update i'm working on

will ship a dbfdump binary.
This commit is contained in:
landry 2019-03-18 21:22:26 +00:00
parent 65429f7c8f
commit 9327f6776d
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/02/13 09:45:40 landry Exp $
# $OpenBSD: Makefile,v 1.2 2019/03/18 21:22:26 landry Exp $
COMMENT = reads and writes XBase (dbf) files, includes DBI support
DISTNAME = DBD-XBase-1.08
REVISION = 0
CATEGORIES = databases
@ -13,5 +14,7 @@ MODULES = cpan
RUN_DEPENDS = databases/p5-DBI
PKG_ARCH = *
post-install:
mv ${PREFIX}/bin/dbfdump{,.pl}
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/02/13 09:45:40 landry Exp $
bin/dbfdump
@comment $OpenBSD: PLIST,v 1.2 2019/03/18 21:22:26 landry Exp $
bin/dbfdump.pl
bin/indexdump
${P5SITE}/DBD/
${P5SITE}/DBD/XBase.pm