fix PLIST-pear
This commit is contained in:
parent
feb1f13ea2
commit
51a88b3dfd
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.23 2004/12/18 14:15:55 robert Exp $
|
# $OpenBSD: Makefile,v 1.24 2004/12/20 16:25:56 robert Exp $
|
||||||
|
|
||||||
MULTI_PACKAGES= -pear
|
MULTI_PACKAGES= -pear
|
||||||
SUBPACKAGE?=
|
SUBPACKAGE?=
|
||||||
|
|
||||||
COMMENT= "server-side HTML-embedded scripting language"
|
COMMENT= "server-side HTML-embedded scripting language"
|
||||||
COMMENT-pear= "base classes for common PHP tasks"
|
COMMENT-pear= "base classes for common PHP tasks"
|
||||||
PKGNAME= php4-core-${V}
|
PKGNAME= php4-core-${V}p1
|
||||||
FULLPKGNAME-pear= php4-pear-${V}
|
FULLPKGNAME-pear= php4-pear-${V}
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST-pear,v 1.11 2004/09/15 18:49:52 espie Exp $
|
@comment $OpenBSD: PLIST-pear,v 1.12 2004/12/20 16:25:56 robert Exp $
|
||||||
pear/
|
pear/
|
||||||
pear/build/
|
pear/build/
|
||||||
pear/build/Makefile.global
|
pear/build/Makefile.global
|
||||||
@ -21,6 +21,11 @@ pear/doc/DB/doc/IDEAS
|
|||||||
pear/doc/DB/doc/MAINTAINERS
|
pear/doc/DB/doc/MAINTAINERS
|
||||||
pear/doc/DB/doc/STATUS
|
pear/doc/DB/doc/STATUS
|
||||||
pear/doc/DB/doc/TESTERS
|
pear/doc/DB/doc/TESTERS
|
||||||
|
pear/doc/Net_SMTP/
|
||||||
|
pear/doc/Net_SMTP/docs/
|
||||||
|
pear/doc/Net_SMTP/docs/examples/
|
||||||
|
pear/doc/Net_SMTP/docs/examples/basic.php
|
||||||
|
pear/doc/Net_SMTP/docs/guide.txt
|
||||||
pear/include/
|
pear/include/
|
||||||
pear/include/TSRM/
|
pear/include/TSRM/
|
||||||
pear/include/TSRM/TSRM.h
|
pear/include/TSRM/TSRM.h
|
||||||
@ -73,6 +78,7 @@ pear/include/Zend/zend_ptr_stack.h
|
|||||||
pear/include/Zend/zend_qsort.h
|
pear/include/Zend/zend_qsort.h
|
||||||
pear/include/Zend/zend_stack.h
|
pear/include/Zend/zend_stack.h
|
||||||
pear/include/Zend/zend_static_allocator.h
|
pear/include/Zend/zend_static_allocator.h
|
||||||
|
pear/include/Zend/zend_strtod.h
|
||||||
pear/include/Zend/zend_types.h
|
pear/include/Zend/zend_types.h
|
||||||
pear/include/Zend/zend_variables.h
|
pear/include/Zend/zend_variables.h
|
||||||
pear/include/acconfig.h
|
pear/include/acconfig.h
|
||||||
@ -344,6 +350,11 @@ pear/tests/DB/tests/sequences.inc
|
|||||||
pear/tests/DB/tests/simplequery.inc
|
pear/tests/DB/tests/simplequery.inc
|
||||||
pear/tests/DB/tests/skipif.inc
|
pear/tests/DB/tests/skipif.inc
|
||||||
pear/tests/DB/tests/transactions.inc
|
pear/tests/DB/tests/transactions.inc
|
||||||
|
pear/tests/Net_SMTP/
|
||||||
|
pear/tests/Net_SMTP/tests/
|
||||||
|
pear/tests/Net_SMTP/tests/auth.phpt
|
||||||
|
pear/tests/Net_SMTP/tests/basic.phpt
|
||||||
|
pear/tests/Net_SMTP/tests/config.php.dist
|
||||||
pear/tests/XML_Parser/
|
pear/tests/XML_Parser/
|
||||||
pear/tests/XML_Parser/tests/
|
pear/tests/XML_Parser/tests/
|
||||||
pear/tests/XML_Parser/tests/001.phpt
|
pear/tests/XML_Parser/tests/001.phpt
|
||||||
|
Loading…
Reference in New Issue
Block a user