[42455] trunk/dports/x11/xspringies/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Nov 21 09:57:03 PST 2008


Revision: 42455
          http://trac.macports.org/changeset/42455
Author:   jeremyhu at macports.org
Date:     2008-11-21 09:57:03 -0800 (Fri, 21 Nov 2008)
Log Message:
-----------
Install to macports dir rather than /usr/X11 and added depends_build bin:xmkmf:imake to allow building against versions of X11 that don't bundle the old imake build system.

Modified Paths:
--------------
    trunk/dports/x11/xspringies/Portfile

Modified: trunk/dports/x11/xspringies/Portfile
===================================================================
--- trunk/dports/x11/xspringies/Portfile	2008-11-21 17:53:05 UTC (rev 42454)
+++ trunk/dports/x11/xspringies/Portfile	2008-11-21 17:57:03 UTC (rev 42455)
@@ -13,8 +13,14 @@
 platforms	darwin
 master_sites	http://distfiles.macports.org/${name}/
 checksums	md5 0958e74178cdf5c49fa05c640ce16011
-prefix		${x11prefix}
+depends_build	bin:xmkmf:imake
 use_xmkmf	yes
 patchfiles	patch-Imakefile patch-widget.c
 distfiles	${name}.${version}.tar.Z
-destroot.env	MANDIR=${prefix}/share/man
+
+destroot.target-append install.man
+
+destroot.destdir-append \
+	BINDIR=${prefix}/bin \
+	MANDIR=${prefix}/share/man \
+	LIBDIR=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081121/0eb1adf2/attachment.html>


More information about the macports-changes mailing list