You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
24 lines
649 B
Plaintext
24 lines
649 B
Plaintext
PortSystem 1.0
|
|
name xmlindent
|
|
version 0.2.17
|
|
revision 1
|
|
categories textproc
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description xml indentation utility
|
|
long_description XML Indent is a XML stream reformatter written \
|
|
in ANSI C. It is analogous to GNU indent.
|
|
|
|
homepage http://xmlindent.sourceforge.net
|
|
master_sites sourceforge
|
|
checksums md5 c08be3867ee906ca69b949d55a4f3780 \
|
|
sha1 024d5c27ae7fd63b012e663c437b3ec46f12b789 \
|
|
rmd160 f0b6e51ed24c16026d551c495d4c5bbb1d892b5d
|
|
|
|
depends_build port:flex
|
|
|
|
use_configure no
|
|
pre-build {
|
|
reinplace "s|PREFIX=/usr/local|PREFIX=\$(DESTDIR)${prefix}|" ${worksrcpath}/Makefile
|
|
}
|