[154072] trunk/dports/textproc/retail

mps at macports.org mps at macports.org
Wed Oct 19 23:20:32 CEST 2016


Revision: 154072
          https://trac.macports.org/changeset/154072
Author:   mps at macports.org
Date:     2016-10-19 14:20:32 -0700 (Wed, 19 Oct 2016)
Log Message:
-----------
retail: fix MacPorts layout violation.

Modified Paths:
--------------
    trunk/dports/textproc/retail/Portfile
    trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff

Modified: trunk/dports/textproc/retail/Portfile
===================================================================
--- trunk/dports/textproc/retail/Portfile	2016-10-19 18:51:47 UTC (rev 154071)
+++ trunk/dports/textproc/retail/Portfile	2016-10-19 21:20:32 UTC (rev 154072)
@@ -5,9 +5,10 @@
 
 name                retail
 version             1.0.1
+revision            1
 categories          textproc
 platforms           darwin
-maintainers         gmail.com:mschamschula openmaintainer
+maintainers         mps openmaintainer
 license             GPL-2+
 
 description         Re-Tail is a command line program which is intended as an \

Modified: trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff	2016-10-19 18:51:47 UTC (rev 154071)
+++ trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff	2016-10-19 21:20:32 UTC (rev 154072)
@@ -13,10 +13,10 @@
  
  real_install:
 -	../mkinstalldirs $(DESTDIR)$(PREFIX)/bin/ $(DESTDIR)$(PREFIX)/man/man1
-+	../mkinstalldirs $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(MANDIR)/man1
++	../mkinstalldirs $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/man/man1
  	$(INSTALL) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
 -	$(INSTALL) ../doc/*.1 $(DESTDIR)$(PREFIX)/man/man1	
-+	$(INSTALL) ../doc/*.1 $(DESTDIR)$(MANDIR)/man1
++	$(INSTALL) ../doc/*.1 $(DESTDIR)$(PREFIX)/share/man/man1
  
  install: real_install
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161019/c5e7d2ba/attachment-0002.html>


More information about the macports-changes mailing list