diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
commit | f6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/nologinmsg/Makefile | |
parent | a65ed2e51bf631a6b8ab766f984bf33c686d239a (diff) | |
download | ports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.tar.gz ports-f6e6105ff836ed6f4094a8f311d85b6a35799b9b.zip |
Notes
Diffstat (limited to 'shells/nologinmsg/Makefile')
-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 |