svn commit: r341896 - head/shells/nologinmsg
Antoine Brodin
antoine at FreeBSD.org
Thu Jan 30 22:43:18 UTC 2014
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
- at exec mkdir %D/etc/nologinmsgs
+man/man8/nologinmsg.8.gz
+ at exec mkdir -p %D/etc/nologinmsgs
@dirrm etc/nologinmsgs
More information about the svn-ports-all
mailing list