Fix typo, introduced on initial import. Add another dist host.
PR: 138086 Submitted by: mantainer
This commit is contained in:
parent
4d2b00ed0a
commit
9c1c394a09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240283
@ -7,8 +7,10 @@
|
||||
|
||||
PORTNAME= nss_ldapd
|
||||
PORTVERSION= 0.6.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://arthurdejong.org/nss-ldapd/
|
||||
MASTER_SITES= http://arthurdejong.org/nss-ldapd/ \
|
||||
http://static.ipfw.ru/files/
|
||||
DISTNAME= nss-ldapd-${PORTVERSION}
|
||||
|
||||
MAINTAINER= melifaro@ipfw.ru
|
||||
|
@ -17,7 +17,7 @@ nslcd_enable=${nslcd_enable-"NO"}
|
||||
name=nslcd
|
||||
rcvar=$(set_rcvar)
|
||||
|
||||
command="%%PREFIX%%/sbin/%{name}"
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
|
||||
load_rc_config ${name}
|
||||
|
@ -7,8 +7,10 @@
|
||||
|
||||
PORTNAME= nss_ldapd
|
||||
PORTVERSION= 0.6.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://arthurdejong.org/nss-ldapd/
|
||||
MASTER_SITES= http://arthurdejong.org/nss-ldapd/ \
|
||||
http://static.ipfw.ru/files/
|
||||
DISTNAME= nss-ldapd-${PORTVERSION}
|
||||
|
||||
MAINTAINER= melifaro@ipfw.ru
|
||||
|
@ -17,7 +17,7 @@ nslcd_enable=${nslcd_enable-"NO"}
|
||||
name=nslcd
|
||||
rcvar=$(set_rcvar)
|
||||
|
||||
command="%%PREFIX%%/sbin/%{name}"
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
|
||||
load_rc_config ${name}
|
||||
|
Loading…
Reference in New Issue
Block a user