summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-05-27 15:34:31 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-05-27 15:34:31 +0000
commitf54b3a86ed23fcc1e9f2664cb9ce67ec20067337 (patch)
tree1348257d4539825d22d930a4390844c378781ddb
parent. trim Makefile headers; (diff)
. trim Makefile headers;
. remove extra new line; . pet portlint: remove space after MASTER_SITE_SUBDIR=; . define PLIST_FILES and MAN8 at Makefile; . remove pkg-plist (2 lines).
Notes
Notes: svn path=/head/; revision=319253
-rw-r--r--sysutils/no-login/Makefile12
-rw-r--r--sysutils/no-login/pkg-plist2
2 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/no-login/Makefile b/sysutils/no-login/Makefile
index d18a5761b6e9..2b40988c7759 100644
--- a/sysutils/no-login/Makefile
+++ b/sysutils/no-login/Makefile
@@ -1,19 +1,17 @@
-# New ports collection makefile for: nologin
-# Date created: 15 Jul 1998
-# Whom: Donald Burr <dburr@FreeBSD.org>
-#
+# Created by: Donald Burr <dburr@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= nologin
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= wes
-
+MASTER_SITE_SUBDIR=wes
MAINTAINER= ports@FreeBSD.org
COMMENT= Refuse a login to a user, and make a note of it in syslog
+PLIST_FILES= bin/nologin
+MAN8= nologin.8
+
.include <bsd.port.mk>
diff --git a/sysutils/no-login/pkg-plist b/sysutils/no-login/pkg-plist
deleted file mode 100644
index cb80b87a5a4e..000000000000
--- a/sysutils/no-login/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/nologin
-man/man8/nologin.8