Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 15:34:31 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319253 - head/sysutils/no-login
Message-ID:  <201305271534.r4RFYVQb047413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271534.r4RFYVQb047413>