diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 17:40:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 17:40:58 +0000 |
commit | b9b5eff7091417be5da487bcd6326d84e67cde4c (patch) | |
tree | ad26269a93381e5649a5ff1759df2c2fa1220ec7 /databases/libgda4 | |
parent | 4036e7587a6a93abfcb00bacfa58defeb735f39c (diff) | |
download | ports-b9b5eff7091417be5da487bcd6326d84e67cde4c.tar.gz ports-b9b5eff7091417be5da487bcd6326d84e67cde4c.zip |
Notes
Diffstat (limited to 'databases/libgda4')
3 files changed, 23 insertions, 1 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index 22931ca2a4e3..127c8ab85210 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgda4 PORTVERSION?= 3.99.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R} diff --git a/databases/libgda4/files/patch-libgda-report_RML_trml2html_Makefile.in b/databases/libgda4/files/patch-libgda-report_RML_trml2html_Makefile.in new file mode 100644 index 000000000000..5c4009d7621b --- /dev/null +++ b/databases/libgda4/files/patch-libgda-report_RML_trml2html_Makefile.in @@ -0,0 +1,11 @@ +--- libgda-report/RML/trml2html/Makefile.in.orig 2009-01-11 12:38:15.000000000 -0500 ++++ libgda-report/RML/trml2html/Makefile.in 2009-01-11 12:38:26.000000000 -0500 +@@ -492,7 +492,7 @@ uninstall-am: uninstall-info-am uninstal + + install-exec-local: + -mkdir -p $(bindir)/gda_trml2html +- -cd $(top_srcdir)/libgda-report/RML/trml2html && $(INSTALL_PROGRAM) $(files) $(bindir)/gda_trml2html ++ -cd $(top_srcdir)/libgda-report/RML/trml2html && $(INSTALL_SCRIPT) $(files) $(bindir)/gda_trml2html + + uninstall-local: + -rm -rf $(bindir)/gda_trml2html diff --git a/databases/libgda4/files/patch-libgda-report_RML_trml2pdf_Makefile.in b/databases/libgda4/files/patch-libgda-report_RML_trml2pdf_Makefile.in new file mode 100644 index 000000000000..2131e6fb9360 --- /dev/null +++ b/databases/libgda4/files/patch-libgda-report_RML_trml2pdf_Makefile.in @@ -0,0 +1,11 @@ +--- libgda-report/RML/trml2pdf/Makefile.in.orig 2009-01-11 12:39:31.000000000 -0500 ++++ libgda-report/RML/trml2pdf/Makefile.in 2009-01-11 12:39:41.000000000 -0500 +@@ -493,7 +493,7 @@ uninstall-am: uninstall-info-am uninstal + + install-exec-local: + -mkdir -p $(bindir)/gda_trml2pdf +- -cd $(top_srcdir)/libgda-report/RML/trml2pdf && $(INSTALL_PROGRAM) $(files) $(bindir)/gda_trml2pdf ++ -cd $(top_srcdir)/libgda-report/RML/trml2pdf && $(INSTALL_SCRIPT) $(files) $(bindir)/gda_trml2pdf + + uninstall-local: + -rm -rf $(bindir)/gda_trml2pdf |