From 9327f6776ded867a55648b3b824d3acc9631f348 Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 18 Mar 2019 21:22:26 +0000 Subject: [PATCH] Install dbfdump script as dbfdump.pl, a shapelib update i'm working on will ship a dbfdump binary. --- databases/p5-DBD-XBase/Makefile | 5 ++++- databases/p5-DBD-XBase/pkg/PLIST | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile index 0a35f2b13a0..f64e7541608 100644 --- a/databases/p5-DBD-XBase/Makefile +++ b/databases/p5-DBD-XBase/Makefile @@ -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 diff --git a/databases/p5-DBD-XBase/pkg/PLIST b/databases/p5-DBD-XBase/pkg/PLIST index 7013b7fc7f5..47ac82bf09e 100644 --- a/databases/p5-DBD-XBase/pkg/PLIST +++ b/databases/p5-DBD-XBase/pkg/PLIST @@ -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