mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add stage support.
Approved by: bdrewery
This commit is contained in:
parent
0f3996304a
commit
f9a91d04cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329996
1 changed files with 3 additions and 4 deletions
|
@ -3,17 +3,16 @@
|
||||||
|
|
||||||
PORTNAME= bsdcrashtar
|
PORTNAME= bsdcrashtar
|
||||||
PORTVERSION= 0.1.3
|
PORTVERSION= 0.1.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
MAINTAINER= trociny@FreeBSD.org
|
MAINTAINER= trociny@FreeBSD.org
|
||||||
COMMENT= Archive FreeBSD kernel crash files
|
COMMENT= Archive FreeBSD kernel crash files
|
||||||
|
|
||||||
PLIST_FILES= sbin/bsdcrashtar
|
PLIST_FILES= sbin/bsdcrashtar \
|
||||||
MAN8= bsdcrashtar.8
|
man/man8/bsdcrashtar.8.gz
|
||||||
MANCOMPRESSED= yes
|
|
||||||
|
|
||||||
MAKE_ENV+= NO_OBJ=yes
|
MAKE_ENV+= NO_OBJ=yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue