diff options
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/php4-recode/Makefile | 14 | ||||
-rw-r--r-- | databases/Makefile | 1 |
3 files changed, 16 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 1c28e1973908..96ddbfafbc2c 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -56,6 +56,7 @@ SUBDIR += pecl-fribidi SUBDIR += php4-iconv SUBDIR += php4-mbstring + SUBDIR += php4-recode SUBDIR += psiconv SUBDIR += py-cjkcodecs SUBDIR += py-iconv diff --git a/converters/php4-recode/Makefile b/converters/php4-recode/Makefile new file mode 100644 index 000000000000..41b5289fb57e --- /dev/null +++ b/converters/php4-recode/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-recode +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -recode + +.include "${MASTERDIR}/Makefile" diff --git a/databases/Makefile b/databases/Makefile index 3fa37c87d25b..d6acceef21a0 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -205,6 +205,7 @@ SUBDIR += pgbash SUBDIR += pgcluster SUBDIR += php-sqlrelay + SUBDIR += php4-dba SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis |