Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

31 lines
782 B
Plaintext

PortSystem 1.0
name getabspath
version 1.4
categories sysutils
license GPL-2+
platforms darwin
maintainers nomaintainer
description getabspath converts relative POSIX pathes to absolute ones.
long_description getabspath is a console-based tool which converts relative \
POSIX pathes to absolute ones.
homepage http://getabspath.sourceforge.net/
master_sites sourceforge
distname getAbsPath-${version}-src
checksums md5 e40c3e9ea5865a10a47baf55857dbd72
worksrcdir getAbsPath
use_configure no
build.target
destroot {
xinstall -m 755 -s ${worksrcpath}/getAbsPath \
${destroot}${prefix}/bin/getabspath
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/
xinstall -m 644 -W ${worksrcpath} COPYING README \
${destroot}${prefix}/share/doc/${name}/
}