portmap: add "KEYWORD: shutdown" into the rc.d script.
Bump revision. --HG-- extra : convert_revision : d5b860704414e5dc0b03de4be85eea7600ba4688
This commit is contained in:
parent
75bd88afc6
commit
7bb1915c63
|
@ -2,6 +2,7 @@
|
||||||
#
|
#
|
||||||
# PROVIDE: portmap
|
# PROVIDE: portmap
|
||||||
# REQUIRE: LOGIN DAEMON NETWORKING
|
# REQUIRE: LOGIN DAEMON NETWORKING
|
||||||
|
# KEYWORD: shutdown
|
||||||
|
|
||||||
$_rc_subr_loaded . /etc/rc.subr
|
$_rc_subr_loaded . /etc/rc.subr
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'portmap'
|
# Template file for 'portmap'
|
||||||
pkgname=portmap
|
pkgname=portmap
|
||||||
version=6.0
|
version=6.0
|
||||||
|
revision=1
|
||||||
wrksrc="${pkgname}_${version}"
|
wrksrc="${pkgname}_${version}"
|
||||||
distfiles="http://neil.brown.name/$pkgname/$pkgname-$version.tgz"
|
distfiles="http://neil.brown.name/$pkgname/$pkgname-$version.tgz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
|
Loading…
Reference in New Issue