summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-01-20 10:18:09 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-01-20 10:18:09 +0000
commit63319560bf4fae8a2136f5e791469c05eafb6fb9 (patch)
tree701deb18da41cea0a0a05ac5910c37e3e841f126 /devel
parentAdd pear to the default include_path. (diff)
pear is now in the default include_path.
Notes
Notes: svn path=/head/; revision=182853
Diffstat (limited to 'devel')
-rw-r--r--devel/pear/Makefile4
-rw-r--r--devel/pear/files/pkg-message.in8
2 files changed, 0 insertions, 12 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile
index 3cc4f006b7b7..4bf1c4d19b9d 100644
--- a/devel/pear/Makefile
+++ b/devel/pear/Makefile
@@ -20,9 +20,6 @@ NO_BUILD= yes
WANT_PHP_CLI= yes
USE_PHP= pcre xml
-SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
PEARDIR= ${PREFIX}/share/pear
post-patch:
@@ -32,6 +29,5 @@ do-install:
@${LOCALBASE}/bin/php -q ${WRKSRC}/go-pear
@${PATCH} -p0 -s -b .orig -d ${PEARDIR} < ${PATCHDIR}/PEAR_Installer.php.patch
@${RM} -f ${PEARDIR}/PEAR/Installer.php.orig
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/devel/pear/files/pkg-message.in b/devel/pear/files/pkg-message.in
deleted file mode 100644
index f15828832865..000000000000
--- a/devel/pear/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-*********************************************************
-
-To use PEAR you have to add the correct include path into
-your ${LOCALBASE}/etc/php.ini configuration file, like:
-
-include_path = ".:%%PREFIX%%/share/pear"
-
-*********************************************************