Revision: 128945 https://trac.macports.org/changeset/128945 Author: devans@macports.org Date: 2014-11-30 14:58:26 -0800 (Sun, 30 Nov 2014) Log Message: ----------- argus-monitor: add missed fix in Makefile.tplt. Modified Paths: -------------- trunk/dports/net/argus-monitor/files/patch-Makefile.tplt.diff Modified: trunk/dports/net/argus-monitor/files/patch-Makefile.tplt.diff =================================================================== --- trunk/dports/net/argus-monitor/files/patch-Makefile.tplt.diff 2014-11-30 22:36:58 UTC (rev 128944) +++ trunk/dports/net/argus-monitor/files/patch-Makefile.tplt.diff 2014-11-30 22:58:26 UTC (rev 128945) @@ -1,5 +1,5 @@ ---- Makefile.tplt.orig 2013-02-13 16:23:57.000000000 -0800 -+++ Makefile.tplt 2014-11-30 14:20:30.000000000 -0800 +--- Makefile.tplt.orig 2014-11-30 14:50:55.000000000 -0800 ++++ Makefile.tplt 2014-11-30 14:52:28.000000000 -0800 @@ -133,87 +133,84 @@ clean: -rm $(CLEAN) @@ -118,10 +118,11 @@ + chmod a+rwx $(DESTDIR)$(INSTALL_DATA)/perl; \ fi - install-locale: $(INSTALL_DATA) +-install-locale: $(INSTALL_DATA) - if test ! -d $(INSTALL_DATA)/locale; then \ - mkdir $(INSTALL_DATA)/locale; \ - chmod a+rx $(INSTALL_DATA)/locale; \ ++install-locale: install-data + if test ! -d $(DESTDIR)$(INSTALL_DATA)/locale; then \ + mkdir $(DESTDIR)$(INSTALL_DATA)/locale; \ + chmod a+rx $(DESTDIR)$(INSTALL_DATA)/locale; \