18 lines
444 B
Makefile
18 lines
444 B
Makefile
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
PORTNAME= symlinks
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SUNSITE/utils/file
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Symbolic link maintenance utility
|
|
|
|
PLIST_FILES= bin/symlinks \
|
|
man/man8/symlinks.8.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/symlinks ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/symlinks.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|