[83640] trunk/dports/lang/scheme48

mww at macports.org mww at macports.org
Thu Sep 8 04:14:06 PDT 2011


Revision: 83640
          http://trac.macports.org/changeset/83640
Author:   mww at macports.org
Date:     2011-09-08 04:14:03 -0700 (Thu, 08 Sep 2011)
Log Message:
-----------
fix destroot/installation; add license key; incresee revision;

Modified Paths:
--------------
    trunk/dports/lang/scheme48/Portfile

Added Paths:
-----------
    trunk/dports/lang/scheme48/files/
    trunk/dports/lang/scheme48/files/patch-Makefile.in.diff

Modified: trunk/dports/lang/scheme48/Portfile
===================================================================
--- trunk/dports/lang/scheme48/Portfile	2011-09-08 11:04:55 UTC (rev 83639)
+++ trunk/dports/lang/scheme48/Portfile	2011-09-08 11:14:03 UTC (rev 83640)
@@ -4,9 +4,11 @@
 
 name			scheme48
 version			1.8
+revision		1
 categories		lang scheme
 platforms		darwin
 maintainers		mww
+license			BSD
 description		Scheme byte-code interpreter
 long_description	Scheme 48 is an implementation of Scheme written by \
 				Richard Kelsey and Jonathan Rees. It is based on a byte-code \
@@ -21,6 +23,8 @@
 				sha1 75299fe9de4bf239fc1d5a7dfa2ec377e0e98df1 \
 				rmd160 2685ea2c2ce9e5ff1408a1f588182e07f6d3822b
 
+patchfiles	patch-Makefile.in.diff
+
 configure.args	--mandir=${prefix}/share/man --enable-gc=bibop
 
 build.target	enough

Added: trunk/dports/lang/scheme48/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/lang/scheme48/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/scheme48/files/patch-Makefile.in.diff	2011-09-08 11:14:03 UTC (rev 83640)
@@ -0,0 +1,11 @@
+--- Makefile.in	2008-01-26 16:06:27.000000000 +0100
++++ Makefile.in	2011-09-08 13:10:10.000000000 +0200
+@@ -409,7 +409,7 @@
+ 	done
+ 
+ inst-config-script:
+-	config_script=$(bindir)/$(CONFIG_SCRIPT) &&			\
++	config_script=$(DESTDIR)$(bindir)/$(CONFIG_SCRIPT) &&			\
+ 	sed -e 's, at incdir\@,$(incdir),g'				\
+ 	    -e 's, at libdir\@,$(libdir),g'				\
+ 	    -e 's, at CC\@,$(CC),g'					\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110908/bcfc67dd/attachment.html>


More information about the macports-changes mailing list