Fix typo, introduced on initial import. Add another dist host.

PR:		138086
Submitted by:	mantainer
This commit is contained in:
Timur I. Bakeyev 2009-08-24 22:44:16 +00:00
parent 4d2b00ed0a
commit 9c1c394a09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240283
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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}