. 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).
This commit is contained in:
Boris Samorodov 2013-05-27 15:34:31 +00:00
parent 6c5f241791
commit f54b3a86ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319253
2 changed files with 5 additions and 9 deletions

View File

@ -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>

View File

@ -1,2 +0,0 @@
bin/nologin
man/man8/nologin.8