diff options
Diffstat (limited to 'sysutils/relpath/Makefile')
-rw-r--r-- | sysutils/relpath/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/relpath/Makefile b/sysutils/relpath/Makefile index d524c8815d05..976d022c65f7 100644 --- a/sysutils/relpath/Makefile +++ b/sysutils/relpath/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: relpath -# Date created: 14 Feb 2008 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# +# Created by: Beech Rintoul <beech@FreeBSD.org> # $FreeBSD$ -# PORTNAME= relpath PORTVERSION= 0.1.0 @@ -16,4 +12,5 @@ COMMENT= Find a relative path from START_DIR to END_PATH. PLIST_FILES= bin/relpath +NO_STAGE= yes .include <bsd.port.mk> |