svn commit: r319253 - head/sysutils/no-login
Boris Samorodov
bsam at FreeBSD.org
Mon May 27 15:34:31 UTC 2013
Author: bsam
Date: Mon May 27 15:34:31 2013
New Revision: 319253
URL: http://svnweb.freebsd.org/changeset/ports/319253
Log:
. 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).
Deleted:
head/sysutils/no-login/pkg-plist
Modified:
head/sysutils/no-login/Makefile
Modified: head/sysutils/no-login/Makefile
==============================================================================
--- head/sysutils/no-login/Makefile Mon May 27 15:09:38 2013 (r319252)
+++ head/sysutils/no-login/Makefile Mon May 27 15:34:31 2013 (r319253)
@@ -1,19 +1,17 @@
-# New ports collection makefile for: nologin
-# Date created: 15 Jul 1998
-# Whom: Donald Burr <dburr at FreeBSD.org>
-#
+# Created by: Donald Burr <dburr at 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 at 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>
More information about the svn-ports-head
mailing list