Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 22:43:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341896 - head/shells/nologinmsg
Message-ID:  <201401302243.s0UMhIhb073108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Jan 30 22:43:17 2014
New Revision: 341896
URL: http://svnweb.freebsd.org/changeset/ports/341896
QAT: https://qat.redports.org/buildarchive/r341896/

Log:
  Finish stage support

Modified:
  head/shells/nologinmsg/Makefile
  head/shells/nologinmsg/pkg-plist

Modified: head/shells/nologinmsg/Makefile
==============================================================================
--- head/shells/nologinmsg/Makefile	Thu Jan 30 22:32:45 2014	(r341895)
+++ head/shells/nologinmsg/Makefile	Thu Jan 30 22:43:17 2014	(r341896)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nologinmsg
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	shells sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none

Modified: head/shells/nologinmsg/pkg-plist
==============================================================================
--- head/shells/nologinmsg/pkg-plist	Thu Jan 30 22:32:45 2014	(r341895)
+++ head/shells/nologinmsg/pkg-plist	Thu Jan 30 22:43:17 2014	(r341896)
@@ -1,3 +1,4 @@
 bin/nologinmsg
-@exec mkdir %D/etc/nologinmsgs
+man/man8/nologinmsg.8.gz
+@exec mkdir -p %D/etc/nologinmsgs
 @dirrm etc/nologinmsgs



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