aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-08 11:15:07 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-08 11:15:07 +0000
commit4317389322db60af56215e09f791f829ebae52e6 (patch)
tree6a6ee675a0d851569409b0208cc389b467cc67f7
parent0af246cd1224263cffd7ae09194986506c84583c (diff)
downloadports-4317389322db60af56215e09f791f829ebae52e6.tar.gz
ports-4317389322db60af56215e09f791f829ebae52e6.zip
databases/gtksql: Fix leftovers
Ever since this port was updated to verson 0.4.5, it has suffered from leftover files caused by installing two sets of PORTDOCS. The custom version added in the post-install target is accounted for, but the distfiles's makefile also has a target that installs the same files plus two others in a non-standard location. The fix is to disable the distfile's install target and keep the one in post-install.
Notes
Notes: svn path=/head/; revision=329773
-rw-r--r--databases/gtksql/files/patch-Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/gtksql/files/patch-Makefile.in b/databases/gtksql/files/patch-Makefile.in
new file mode 100644
index 000000000000..83e75212c164
--- /dev/null
+++ b/databases/gtksql/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+--- Makefile.in.orig 2013-10-08 11:01:04.306764000 +0200
++++ Makefile.in 2013-10-08 11:27:51.000000000 +0200
+@@ -728,7 +728,7 @@
+
+ info-am:
+
+-install-data-am: install-gtksqldocDATA
++install-data-am:
+
+ install-dvi: install-dvi-recursive
+
+@@ -764,7 +764,7 @@
+
+ ps-am:
+
+-uninstall-am: uninstall-gtksqldocDATA
++uninstall-am:
+
+ .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
+ install-strip