Add stage support.

Approved by:	bdrewery
This commit is contained in:
Mikolaj Golub 2013-10-10 13:34:37 +00:00
parent 0f3996304a
commit f9a91d04cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329996

View file

@ -3,17 +3,16 @@
PORTNAME= bsdcrashtar
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= trociny@FreeBSD.org
COMMENT= Archive FreeBSD kernel crash files
PLIST_FILES= sbin/bsdcrashtar
MAN8= bsdcrashtar.8
MANCOMPRESSED= yes
PLIST_FILES= sbin/bsdcrashtar \
man/man8/bsdcrashtar.8.gz
MAKE_ENV+= NO_OBJ=yes
NO_STAGE= yes
.include <bsd.port.mk>