diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:57:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:57:23 +0800 |
commit | d321f1763a78a6be5adfd46fb5036d640db55566 (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/nologinmsg | |
parent | 9945eb084e64cb98322c9a704d7b07613777e6b6 (diff) | |
download | freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.tar.gz freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.tar.zst freebsd-ports-gnome-d321f1763a78a6be5adfd46fb5036d640db55566.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: shells)
Diffstat (limited to 'shells/nologinmsg')
-rw-r--r-- | shells/nologinmsg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile index 6d62ea4cc3f7..5b1e759e727e 100644 --- a/shells/nologinmsg/Makefile +++ b/shells/nologinmsg/Makefile @@ -1,10 +1,5 @@ -# Ports collection makefile for: nologinmsg -# Whom: Richard Rose <freebsd-security@rikrose.net> -# Date created: 20020710 -# +# Created by: Richard Rose <freebsd-security@rikrose.net> # $FreeBSD$ -# -# The port is self contained in the src directory PORTNAME= nologinmsg PORTVERSION= 1.0 @@ -18,6 +13,7 @@ COMMENT= More functional native binary replacement for /sbin/nologin MAN8= nologinmsg.8 MANCOMPRESSED= yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} .for i in Makefile nologinmsg.c nologinmsg.8 pathnames.h |