[90686] trunk/dports/lang/gforth/Portfile
jmr at macports.org
jmr at macports.org
Mon Mar 12 05:16:23 PDT 2012
Revision: 90686
http://trac.macports.org/changeset/90686
Author: jmr at macports.org
Date: 2012-03-12 05:16:23 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
gforth: fix prefix now that the makefile supports DESTDIR (#28906), set license
Modified Paths:
--------------
trunk/dports/lang/gforth/Portfile
Modified: trunk/dports/lang/gforth/Portfile
===================================================================
--- trunk/dports/lang/gforth/Portfile 2012-03-12 12:05:49 UTC (rev 90685)
+++ trunk/dports/lang/gforth/Portfile 2012-03-12 12:16:23 UTC (rev 90686)
@@ -1,9 +1,12 @@
# $Id$
PortSystem 1.0
+
name gforth
version 0.7.0
+revision 1
categories lang
+license GPL-3+
maintainers gmail.com:arto.bendiken
description fast and portable implementation of the ANS Forth language
long_description \
@@ -26,10 +29,6 @@
use_parallel_build no
-destroot.destdir prefix=${destroot}${prefix} \
- infodir=${destroot}${prefix}/share/info \
- mandir=${destroot}${prefix}/share/man
-
post-destroot {
file delete -force ${destroot}${prefix}/share/info/dir
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/f9fcd5b4/attachment.html>
More information about the macports-changes
mailing list