[83319] trunk/dports/www/raptor/Portfile
Revision: 83319 http://trac.macports.org/changeset/83319 Author: pixilla@macports.org Date: 2011-08-29 12:32:23 -0700 (Mon, 29 Aug 2011) Log Message: ----------- www/raptor: - Remove files that conflict with raptor2. Modified Paths: -------------- trunk/dports/www/raptor/Portfile Modified: trunk/dports/www/raptor/Portfile =================================================================== --- trunk/dports/www/raptor/Portfile 2011-08-29 19:27:20 UTC (rev 83318) +++ trunk/dports/www/raptor/Portfile 2011-08-29 19:32:23 UTC (rev 83319) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -4,7 +5,7 @@ name raptor version 1.4.21 -revision 1 +revision 2 description Raptor RDF Parser Toolkit long_description Raptor is an open source C library that provides a set of \ parsers and serializers that generate Resource Description \ @@ -24,6 +25,11 @@ port:libxslt \ port:openssl \ port:zlib + +post-destroot { + delete ${destroot}${prefix}/bin/rapper + delete ${destroot}${prefix}/share +} test.run yes test.target check livecheck.type regex
participants (1)
-
pixilla@macports.org