diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-31 06:43:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-31 06:43:17 +0800 |
commit | 8f4c1925e0449c67ff322f3bdbf0fc28009fa314 (patch) | |
tree | 59589dfb4a6377b27eaee4eb98ebe7a3a706d2e7 /shells/nologinmsg | |
parent | 7ed040d5f56c944918d890c01472593e846307dc (diff) | |
download | freebsd-ports-gnome-8f4c1925e0449c67ff322f3bdbf0fc28009fa314.tar.gz freebsd-ports-gnome-8f4c1925e0449c67ff322f3bdbf0fc28009fa314.tar.zst freebsd-ports-gnome-8f4c1925e0449c67ff322f3bdbf0fc28009fa314.zip |
Finish stage support
Diffstat (limited to 'shells/nologinmsg')
-rw-r--r-- | shells/nologinmsg/Makefile | 1 | ||||
-rw-r--r-- | shells/nologinmsg/pkg-plist | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile index 5515e05d1386..455f72eb50fc 100644 --- a/shells/nologinmsg/Makefile +++ b/shells/nologinmsg/Makefile @@ -3,6 +3,7 @@ PORTNAME= nologinmsg PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= shells sysutils MASTER_SITES= # none DISTFILES= # none diff --git a/shells/nologinmsg/pkg-plist b/shells/nologinmsg/pkg-plist index 2226637c4231..40b098abc5e8 100644 --- a/shells/nologinmsg/pkg-plist +++ b/shells/nologinmsg/pkg-plist @@ -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 |