diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-29 02:54:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-29 02:54:47 +0800 |
commit | 3250e920f6ee26273a17e4ad0c4a3d4d82206c37 (patch) | |
tree | 789716165ba6db8f4165a2ea1e542a01a1befe4e /textproc | |
parent | 049fe68aee5df0946257a0cfe54bb2a2fe69a728 (diff) | |
download | freebsd-ports-gnome-3250e920f6ee26273a17e4ad0c4a3d4d82206c37.tar.gz freebsd-ports-gnome-3250e920f6ee26273a17e4ad0c4a3d4d82206c37.tar.zst freebsd-ports-gnome-3250e920f6ee26273a17e4ad0c4a3d4d82206c37.zip |
- Take maintainership
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-stem/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-xslcache/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index b27501225ea9..17c71cd62036 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= A PECL extension which provides word stemming USE_PHP= yes diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index ccd25d41a135..8b713e6b0a5d 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://people.freebsd.org/~chinsan/PECL/ \ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Caches the parsed XSL stylesheet between sessions DEFAULT_PHP_VER=5 |