diff options
author | marino <marino@FreeBSD.org> | 2013-10-08 19:15:07 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-08 19:15:07 +0800 |
commit | 8b2fe701a0c54beeb5b193a90c371ca13f3ffec5 (patch) | |
tree | 6a6ee675a0d851569409b0208cc389b467cc67f7 /databases/gtksql | |
parent | 4c6777e799f9933ac14adeb9066c5559f80122eb (diff) | |
download | freebsd-ports-gnome-8b2fe701a0c54beeb5b193a90c371ca13f3ffec5.tar.gz freebsd-ports-gnome-8b2fe701a0c54beeb5b193a90c371ca13f3ffec5.tar.zst freebsd-ports-gnome-8b2fe701a0c54beeb5b193a90c371ca13f3ffec5.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.
Diffstat (limited to 'databases/gtksql')
-rw-r--r-- | databases/gtksql/files/patch-Makefile.in | 20 |
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 |