mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- add missing dependency
- bump PORTREVISION PR: 92044 Submitted by: Riccardo Torrini <riccardo@torrini.org> Approved by: maintainer
This commit is contained in:
parent
01c588a635
commit
085ebfad27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154066
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= phpldapadmin
|
||||
PORTVERSION= 0.9.8
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -17,7 +18,7 @@ MAINTAINER= m.seaman@infracaninophile.co.uk
|
||||
COMMENT= A set of PHP-scripts to administer LDAP servers over the web
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PHP= ldap openssl pcre session
|
||||
USE_PHP= gettext ldap openssl pcre session
|
||||
|
||||
.if defined(WITH_SUPHP)
|
||||
|
||||
@ -50,7 +51,7 @@ SUB_FILES+= pkg-message
|
||||
PLIST= ${WRKDIR}/plist
|
||||
PLIST_SUB+= PLADIR=${PLADIR} PLAGRP=${PLAGRP}
|
||||
|
||||
sedSTART= @unexec rmdir %D/%%PLADIR%%
|
||||
sedSTART= @unexec ${RMDIR} %D/%%PLADIR%%
|
||||
sedEND= 2>/dev/null || true
|
||||
|
||||
.SILENT:
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= phpldapadmin
|
||||
PORTVERSION= 0.9.8
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -17,7 +18,7 @@ MAINTAINER= m.seaman@infracaninophile.co.uk
|
||||
COMMENT= A set of PHP-scripts to administer LDAP servers over the web
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PHP= ldap openssl pcre session
|
||||
USE_PHP= gettext ldap openssl pcre session
|
||||
|
||||
.if defined(WITH_SUPHP)
|
||||
|
||||
@ -50,7 +51,7 @@ SUB_FILES+= pkg-message
|
||||
PLIST= ${WRKDIR}/plist
|
||||
PLIST_SUB+= PLADIR=${PLADIR} PLAGRP=${PLAGRP}
|
||||
|
||||
sedSTART= @unexec rmdir %D/%%PLADIR%%
|
||||
sedSTART= @unexec ${RMDIR} %D/%%PLADIR%%
|
||||
sedEND= 2>/dev/null || true
|
||||
|
||||
.SILENT:
|
||||
|
Loading…
Reference in New Issue
Block a user