[26769] trunk/dports/lang/stklos

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 6 06:07:57 PDT 2007


Revision: 26769
          http://trac.macosforge.org/projects/macports/changeset/26769
Author:   mww at macports.org
Date:     2007-07-06 06:07:56 -0700 (Fri, 06 Jul 2007)

Log Message:
-----------
version 0.96

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

Added Paths:
-----------
    trunk/dports/lang/stklos/files/patch-cinvoke-Makefile.templ

Modified: trunk/dports/lang/stklos/Portfile
===================================================================
--- trunk/dports/lang/stklos/Portfile	2007-07-06 11:34:07 UTC (rev 26768)
+++ trunk/dports/lang/stklos/Portfile	2007-07-06 13:07:56 UTC (rev 26769)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			stklos
-version			0.82
+version			0.96
 categories		lang
 platforms		darwin
 maintainers		mww at macports.org
@@ -17,8 +17,8 @@
 
 homepage		http://www.stklos.org/
 master_sites	sourceforge
-checksums		sha1 e7858377dfb800055f9d34e0a375960960301503
-patchfiles		patch-pcre-Makefile.in
+checksums		sha1 17fd6c653d73577807befc008e235b3fdf445bc2
+patchfiles		patch-pcre-Makefile.in patch-cinvoke-Makefile.templ
 
 depends_lib		port:gmp port:pcre
 

Added: trunk/dports/lang/stklos/files/patch-cinvoke-Makefile.templ
===================================================================
--- trunk/dports/lang/stklos/files/patch-cinvoke-Makefile.templ	                        (rev 0)
+++ trunk/dports/lang/stklos/files/patch-cinvoke-Makefile.templ	2007-07-06 13:07:56 UTC (rev 26769)
@@ -0,0 +1,24 @@
+--- cinvoke/Makefile.templ	2007-06-26 12:27:01.000000000 +0200
++++ cinvoke/Makefile.templ	2007-07-06 14:34:23.000000000 +0200
+@@ -11,15 +11,15 @@
+ 	 cp -f lib/arch/[ARCH_HEADER] lib/cinvoke-archspec.h
+ 
+ install:
+-	install -d [PREFIX]/include
+-	install -d [PREFIX]/lib
++	install -d $(DESTDIR)[PREFIX]/include
++	install -d $(DESTDIR)[PREFIX]/lib
+ 	install lib/cinvoke.h lib/cinvoke-arch.h lib/cinvoke-archspec.h \
+-		[PREFIX]/include
+-	install lib/libcinvoke.a [PREFIX]/lib
++		$(DESTDIR)[PREFIX]/include
++	install lib/libcinvoke.a $(DESTDIR)[PREFIX]/lib
+ 
+ uninstall:
+-	rm -f [PREFIX]/include/cinvoke.h [PREFIX]/include/cinvoke-arch.h \
+-		[PREFIX]/include/cinvoke-archspec.h [PREFIX]/lib/libcinvoke.a
++	rm -f $(DESTDIR)[PREFIX]/include/cinvoke.h $(DESTDIR)[PREFIX]/include/cinvoke-arch.h \
++		$(DESTDIR)[PREFIX]/include/cinvoke-archspec.h $(DESTDIR)[PREFIX]/lib/libcinvoke.a
+ 
+ clean:
+ 	cd lib && $(MAKE) clean

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


More information about the macports-changes mailing list