mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1d27658229
Find a relative path from START_DIR to END_PATH. Prints the relative path on standard out. If -d DIR, then only emit a relative path if both START_DIR and END_PATH are sub-directories of DIR; otherwise, emit an absolute path to END_PATH. PR: ports/67308 Submitted by: Volker Werth <volker@vwsoft.com>
20 lines
427 B
Makefile
20 lines
427 B
Makefile
# New ports collection makefile for: relpath
|
|
# Date created: 14 Feb 2008
|
|
# Whom: Beech Rintoul <beech@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= relpath
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/beech \
|
|
http://www.alaskaparadise.com/freebsd/
|
|
|
|
MAINTAINER= volker@vwsoft.com
|
|
COMMENT= Find a relative path from START_DIR to END_PATH.
|
|
|
|
PLIST_FILES= bin/relpath
|
|
|
|
.include <bsd.port.mk>
|