diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 23:46:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 23:46:14 +0000 |
commit | 4199fbc75b3d567ba743416253b957d8c9082c03 (patch) | |
tree | cabff0de7661f178d92cb2351c77e52a260cb49d /textproc/php52-xsl | |
parent | 9e839b8f34c34765e8d629f5774932c66761dafb (diff) | |
download | ports-4199fbc75b3d567ba743416253b957d8c9082c03.tar.gz ports-4199fbc75b3d567ba743416253b957d8c9082c03.zip |
Notes
Diffstat (limited to 'textproc/php52-xsl')
-rw-r--r-- | textproc/php52-xsl/Makefile | 14 | ||||
-rw-r--r-- | textproc/php52-xsl/files/patch-php_xsl.h | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/textproc/php52-xsl/Makefile b/textproc/php52-xsl/Makefile new file mode 100644 index 000000000000..e7c35e59ea18 --- /dev/null +++ b/textproc/php52-xsl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-xsl +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -xsl + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php52-xsl/files/patch-php_xsl.h b/textproc/php52-xsl/files/patch-php_xsl.h new file mode 100644 index 000000000000..9777187f8748 --- /dev/null +++ b/textproc/php52-xsl/files/patch-php_xsl.h @@ -0,0 +1,11 @@ +--- php_xsl.h.orig Sun Jan 1 13:50:17 2006 ++++ php_xsl.h Tue Jan 17 16:23:10 2006 +@@ -43,7 +43,7 @@ + #include <libexslt/exsltconfig.h> + #endif + +-#include "../dom/xml_common.h" ++#include "ext/dom/xml_common.h" + #include "xsl_fe.h" + + #include <libxslt/extensions.h> |