summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 08:41:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 08:41:30 +0000
commitd285778c00f0198c6a9ca1f08234fb511fee49b8 (patch)
tree72657fa8f9570be83e4f2cbdbdc8b86d59ed0c6d /shells
parentSupport stage (diff)
Support stage
Allow packaging as a user Remove redundant strip (install -s already do it)
Notes
Notes: svn path=/head/; revision=337654
Diffstat (limited to 'shells')
-rw-r--r--shells/nologinmsg/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile
index 5b1e759e727e..5515e05d1386 100644
--- a/shells/nologinmsg/Makefile
+++ b/shells/nologinmsg/Makefile
@@ -10,10 +10,8 @@ DISTFILES= # none
MAINTAINER= freebsd-security@rikrose.net
COMMENT= More functional native binary replacement for /sbin/nologin
-MAN8= nologinmsg.8
-MANCOMPRESSED= yes
+USES= uidfix
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
.for i in Makefile nologinmsg.c nologinmsg.8 pathnames.h
@@ -25,9 +23,6 @@ post-patch:
${WRKSRC}/pathnames.h
pre-install:
- ${MKDIR} ${PREFIX}/etc/nologinmsgs
-
-post-install:
- ${STRIP_CMD} ${PREFIX}/bin/nologinmsg
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nologinmsgs
.include <bsd.port.mk>