[35582] trunk/dports/devel/gauche-readline

akira at macports.org akira at macports.org
Sun Mar 30 07:36:33 PDT 2008


Revision: 35582
          http://trac.macosforge.org/projects/macports/changeset/35582
Author:   akira at macports.org
Date:     2008-03-30 07:36:26 -0700 (Sun, 30 Mar 2008)

Log Message:
-----------
Fixed #14291

Modified Paths:
--------------
    trunk/dports/devel/gauche-readline/Portfile

Added Paths:
-----------
    trunk/dports/devel/gauche-readline/files/
    trunk/dports/devel/gauche-readline/files/patch-Makefile

Modified: trunk/dports/devel/gauche-readline/Portfile
===================================================================
--- trunk/dports/devel/gauche-readline/Portfile	2008-03-30 12:14:12 UTC (rev 35581)
+++ trunk/dports/devel/gauche-readline/Portfile	2008-03-30 14:36:26 UTC (rev 35582)
@@ -4,6 +4,7 @@
 
 name			gauche-readline
 version			0.1
+revision		1
 categories		devel scheme
 platforms		darwin
 maintainers		nomaintainer

Added: trunk/dports/devel/gauche-readline/files/patch-Makefile
===================================================================
--- trunk/dports/devel/gauche-readline/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/devel/gauche-readline/files/patch-Makefile	2008-03-30 14:36:26 UTC (rev 35582)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2008-03-30 21:15:21.000000000 +0900
++++ Makefile	2008-03-30 23:33:03.000000000 +0900
+@@ -2,5 +2,7 @@
+ 	@echo "OK, make done."
+ 	@echo "Now try 'make install'"
+ 
++.PHONY: install
+ install:
+-	cp -r readline{,.scm} `gauche-config --sitelibdir`
++	mkdir -p ${DESTDIR}`gauche-config --sitelibdir`
++	cp -r readline{,.scm} ${DESTDIR}`gauche-config --sitelibdir`

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080330/ff0ed777/attachment.html


More information about the macports-changes mailing list