diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 08:41:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 08:41:30 +0000 |
commit | d285778c00f0198c6a9ca1f08234fb511fee49b8 (patch) | |
tree | 72657fa8f9570be83e4f2cbdbdc8b86d59ed0c6d /shells/nologinmsg | |
parent | 168ab534693b93cb2e1ce300915ce26045749ede (diff) | |
download | ports-d285778c00f0198c6a9ca1f08234fb511fee49b8.tar.gz ports-d285778c00f0198c6a9ca1f08234fb511fee49b8.zip |
Notes
Diffstat (limited to 'shells/nologinmsg')
-rw-r--r-- | shells/nologinmsg/Makefile | 9 |
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> |