change @unexec to @extraunexec for the /var/www/conf/php5 directory

where users are supposed to create symlinks to config file fragments
in ../php5.sample, otherwise the symlinks are destroyed when someone
updates php5/core.

ok brad, seems ok to landry.
This commit is contained in:
sthen 2008-03-20 23:06:53 +00:00
parent b39cde2e27
commit 15bb9ed03d
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.35 2008/02/11 13:47:12 espie Exp $
# $OpenBSD: Makefile,v 1.36 2008/03/20 23:06:53 sthen Exp $
COMMENT-main= server-side HTML-embedded scripting language
COMMENT-fastcgi=stand-alone FastCGI version of PHP
PKGNAME= php5-core-${V}
PKGNAME-main= php5-core-${V}p2
PKGNAME-main= php5-core-${V}p3
PKGNAME-fastcgi=php5-fastcgi-${V}p0
DISTFILES= php-${V}.tar.gz

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.6 2007/11/05 10:11:09 robert Exp $
@comment $OpenBSD: PLIST-main,v 1.7 2008/03/20 23:06:53 sthen Exp $
@conflict php4-core-*
@pkgpath www/php5/core
@pkgpath www/php5/core,hardened
@ -270,5 +270,5 @@ share/php5/include/regex/regex.h
share/php5/include/regex/regex2.h
share/php5/include/regex/regex_extra.h
share/php5/include/regex/utils.h
@unexec rm -fr ${PHP_CONFIG_PATH}/php5/
@extraunexec rm -fr ${PHP_CONFIG_PATH}/php5/
@unexec rm -fr ${PHP_CONFIG_PATH}/php5.sample/