1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/symlinks/Makefile
Andreas Klemm 691c30978d New port symlinks
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.
2000-05-27 11:09:47 +00:00

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>