diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:21:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:21:35 +0000 |
commit | afa59b2958935e1e67f6ce32e7e9dc8f70486d55 (patch) | |
tree | 09d20947ffa13dc0ed6526c7af1b288972126183 /russian/php_doc | |
parent | 3d03a53eee459c032f9f5e29476d38ca87e8a372 (diff) |
Notes
Diffstat (limited to 'russian/php_doc')
-rw-r--r-- | russian/php_doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/russian/php_doc/Makefile b/russian/php_doc/Makefile new file mode 100644 index 000000000000..ac65c4c71eea --- /dev/null +++ b/russian/php_doc/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: ja-php_doc +# Date created: Sat May 21 16:14:08 EST 2005 +# Whom: Edwin Groothuis <edwin@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= russian lang +PKGNAMEPREFIX= +PHP_LANG= ru +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |