diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-24 00:00:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-24 00:00:14 +0800 |
commit | e4f5d43048082ad3d220f2ae5cdb94e629c7904f (patch) | |
tree | a0954b31e357e43f6adbb3665be81527f356beeb /textproc | |
parent | 4ae07897832a45f345e4507f8a9c9ba1a2dbf007 (diff) | |
download | freebsd-ports-gnome-e4f5d43048082ad3d220f2ae5cdb94e629c7904f.tar.gz freebsd-ports-gnome-e4f5d43048082ad3d220f2ae5cdb94e629c7904f.tar.zst freebsd-ports-gnome-e4f5d43048082ad3d220f2ae5cdb94e629c7904f.zip |
- Stageify
- Take maintainership of a few ports
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-doublemetaphone/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-enchant/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-html_parse/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-stem/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-syck/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-wbxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-xslcache/Makefile | 1 | ||||
-rw-r--r-- | textproc/pecl-yaml/Makefile | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index 520aa8b4930c..63478b2eecef 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -25,5 +25,4 @@ LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index d357af84f819..8feaf318e46c 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -18,5 +18,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-doublemetaphone -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile index 25af65dd3f86..a0fb2580ef94 100644 --- a/textproc/pecl-enchant/Makefile +++ b/textproc/pecl-enchant/Makefile @@ -22,5 +22,4 @@ PHP_MODNAME= ${PORTNAME} DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile index 99bba172ac95..774342f97673 100644 --- a/textproc/pecl-html_parse/Makefile +++ b/textproc/pecl-html_parse/Makefile @@ -23,5 +23,4 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-html_parse -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index abfecfb1fb3a..7c1d6c6f3670 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -15,7 +15,6 @@ COMMENT= A PECL extension which provides word stemming USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes post-configure: echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h .include <bsd.port.mk> diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index 3b06eae6e317..1b5fe18948d2 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -21,5 +21,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-syck -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index 91eb939134fd..e98b8e568f9a 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -19,5 +19,4 @@ CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index 3cc56af0265d..704b5054a08e 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -18,5 +18,4 @@ USE_PHPEXT= yes DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index f70d904f0b08..b8f4382c691a 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -18,5 +18,4 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk> |