Changeset 80885
- Timestamp:
- 07/19/11 22:29:39 (4 years ago)
- Location:
- trunk/dports/graphics
- Files:
-
- 2 edited
-
graphviz-devel/Portfile (modified) (1 diff)
-
graphviz/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/graphviz-devel/Portfile
r80878 r80885 308 308 } 309 309 310 pre-install {311 # Remove old configuration files left behind by old versions of this port.312 foreach file [glob -nocomplain -directory ${prefix}/lib/graphviz config*] {313 delete ${file}314 }315 }316 317 310 livecheck.type regex 318 311 livecheck.url ${homepage}Download_source.php -
trunk/dports/graphics/graphviz/Portfile
r80878 r80885 313 313 } 314 314 315 pre-install {316 # Remove old configuration files left behind by old versions of this port.317 foreach file [glob -nocomplain -directory ${prefix}/lib/graphviz config*] {318 delete ${file}319 }320 }321 322 315 livecheck.type regex 323 316 livecheck.url ${homepage}Download_source.php
Note: See TracChangeset
for help on using the changeset viewer.

