Revision: 138240 https://trac.macports.org/changeset/138240 Author: jwa@macports.org Date: 2015-07-02 14:29:32 -0700 (Thu, 02 Jul 2015) Log Message: ----------- postgresql95: removing one variant-dependent contrib missed previously Modified Paths: -------------- trunk/dports/databases/postgresql95/Portfile Modified: trunk/dports/databases/postgresql95/Portfile =================================================================== --- trunk/dports/databases/postgresql95/Portfile 2015-07-02 21:22:28 UTC (rev 138239) +++ trunk/dports/databases/postgresql95/Portfile 2015-07-02 21:29:32 UTC (rev 138240) @@ -98,6 +98,7 @@ # remove python-specific contrib, if no python27 variant if {![variant_isset python27]} { file delete -force ${worksrcpath}/contrib/hstore_plpython + file delete -force ${worksrcpath}/contrib/ltree_plpython } set contribdirs [glob -nocomplain -type d ${worksrcpath}/contrib/*] foreach d [lsort $contribdirs] {
participants (1)
-
jwa@macports.org