Date: Tue, 8 Oct 2013 11:15:08 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329773 - head/databases/gtksql/files Message-ID: <201310081115.r98BF8ME055534@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Oct 8 11:15:07 2013 New Revision: 329773 URL: http://svnweb.freebsd.org/changeset/ports/329773 Log: 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. Added: head/databases/gtksql/files/patch-Makefile.in (contents, props changed) Added: head/databases/gtksql/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/gtksql/files/patch-Makefile.in Tue Oct 8 11:15:07 2013 (r329773) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310081115.r98BF8ME055534>