diff options
Diffstat (limited to 'sysutils/bsdcrashtar/Makefile')
-rw-r--r-- | sysutils/bsdcrashtar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/bsdcrashtar/Makefile b/sysutils/bsdcrashtar/Makefile index 9ec83c94a5a5..81289c2f350b 100644 --- a/sysutils/bsdcrashtar/Makefile +++ b/sysutils/bsdcrashtar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdcrashtar -# Date created: 18 October 2009 -# Whom: Mikolaj Golub <to.my.trociny@gmail.com> -# +# Created by: Mikolaj Golub <to.my.trociny@gmail.com> # $FreeBSD$ -# PORTNAME= bsdcrashtar PORTVERSION= 0.1.3 @@ -19,4 +15,5 @@ MANCOMPRESSED= yes MAKE_ENV+= NO_OBJ=yes +NO_STAGE= yes .include <bsd.port.mk> |