Files
2024-12-17 19:30:07 -05:00

31 lines
1.3 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup github 1.0
PortGroup makefile 1.0
github.setup brandt symlinks 1.4.3 v
github.tarball_from archive
revision 0
categories sysutils
maintainers {alum.wpi.edu:arno+macports @fracai} openmaintainer
license MIT
description scan/change symbolic links
long_description Scans directories for symbolic links, and identifies \
dangling, relative, absolute, messy, and other_fs \
links. Can optionally change absolute links to \
relative within a given filesystem. Recommended for \
use by anyone developing and/or maintaining a Linux \
FTP site or distribution or CD-ROM.
checksums rmd160 4d18031854edf04571bf92499fba674376f49787 \
sha256 27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2 \
size 5888
destroot {
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
xinstall -m 644 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8/
}