mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
691c30978d
symlinks is a "Symbolic link maintenance utility" Scans directories for symbolic links, and identifies dangling, relative, absolute, messy, lengthy 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 distribution or CD-ROM.
19 lines
367 B
Makefile
19 lines
367 B
Makefile
# New ports collection makefile for: symlinks
|
|
# Date created: Sa 27 Mai 2000 00:21:44 CEST
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= symlinks
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/file
|
|
|
|
MAINTAINER= andreas@klemm.gtn.com
|
|
|
|
MAN8= symlinks.8
|
|
|
|
.include <bsd.port.mk>
|