aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--french/Makefile1
-rw-r--r--french/php_doc/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile
index c27744a7e25f..0eac2948d577 100644
--- a/french/Makefile
+++ b/french/Makefile
@@ -3,6 +3,7 @@
SUBDIR += ispell
SUBDIR += kde2-i18n
+ SUBDIR += php_doc
SUBDIR += staroffice52
.include <bsd.port.subdir.mk>
diff --git a/french/php_doc/Makefile b/french/php_doc/Makefile
new file mode 100644
index 000000000000..1002a182bc83
--- /dev/null
+++ b/french/php_doc/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: fr-php_doc
+# Date created: Sun Apr 29 15:38:47 CEST 2001
+# Whom: Dirk Froemberg <dirk@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= french lang
+PHP_LANG= fr
+MASTERDIR= ${.CURDIR}/../../lang/php_doc
+
+.include "${MASTERDIR}/Makefile"