Modified: trunk/dports/www/raptor/Portfile (83318 => 83319)
--- 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