diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:55:24 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:55:24 +0800 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/trinokiller | |
parent | 192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff) | |
download | freebsd-ports-gnome-a65ed2e51bf631a6b8ab766f984bf33c686d239a.tar.gz freebsd-ports-gnome-a65ed2e51bf631a6b8ab766f984bf33c686d239a.tar.zst freebsd-ports-gnome-a65ed2e51bf631a6b8ab766f984bf33c686d239a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
Diffstat (limited to 'security/trinokiller')
-rw-r--r-- | security/trinokiller/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/trinokiller/Makefile b/security/trinokiller/Makefile index 434c29b4437e..71a04cd73d8e 100644 --- a/security/trinokiller/Makefile +++ b/security/trinokiller/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: trinokiller -# Date created: Sun Feb 12, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= trinokiller PORTVERSION= 1.0 @@ -20,6 +15,7 @@ COMMENT= Remotely kill trino nodes NO_WRKSUBDIR= yes PLIST_FILES= sbin/trinokiller +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} |