diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-27 23:34:31 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-27 23:34:31 +0800 |
commit | 9a3c43f1147112b7719b2efa54412ab10a54e01b (patch) | |
tree | 1348257d4539825d22d930a4390844c378781ddb | |
parent | 273d23114019a52c51cf7ff993df95b60d7cb212 (diff) | |
download | freebsd-ports-gnome-9a3c43f1147112b7719b2efa54412ab10a54e01b.tar.gz freebsd-ports-gnome-9a3c43f1147112b7719b2efa54412ab10a54e01b.tar.zst freebsd-ports-gnome-9a3c43f1147112b7719b2efa54412ab10a54e01b.zip |
. 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).
-rw-r--r-- | sysutils/no-login/Makefile | 12 | ||||
-rw-r--r-- | sysutils/no-login/pkg-plist | 2 |
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 |