1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix php-session dependency and remove plist.

PR:		197751
Submitted by:	garga
This commit is contained in:
Alex Dupre 2015-02-13 09:59:11 +00:00
parent 23dd64bf12
commit a4a52e1161
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378918
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= suhosin
PORTVERSION= 0.9.37.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://download.suhosin.org/
PKGNAMEPREFIX= php-
@ -16,9 +17,12 @@ OPTIONS_DEFINE= EXAMPLES
USE_PHP= session
USE_PHPEXT= yes
USE_PHP_BUILD= yes
CONFIGURE_ARGS= --enable-suhosin
PORTEXAMPLES= suhosin.ini
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}

View File

@ -1,2 +0,0 @@
%%EXAMPLESDIR%%/suhosin.ini
@dirrm %%EXAMPLESDIR%%