diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-20 22:55:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-20 22:55:44 +0000 |
commit | 836157323e814d988a1aaf7d50cec1c7952fa388 (patch) | |
tree | 09d95b976c36abc2eb44b8071a22e6939286e639 /polish | |
parent | bf2e7f235a35b68c832b391e23e678a40fb13329 (diff) | |
download | ports-836157323e814d988a1aaf7d50cec1c7952fa388.tar.gz ports-836157323e814d988a1aaf7d50cec1c7952fa388.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/php_doc/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/polish/Makefile b/polish/Makefile index ff046b8c8aaf..d4e60a73b424 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -15,6 +15,7 @@ SUBDIR += ooodict_PL SUBDIR += openoffice-1.0 SUBDIR += openoffice-1.1 + SUBDIR += php_doc SUBDIR += sms SUBDIR += tleenx2 SUBDIR += trf diff --git a/polish/php_doc/Makefile b/polish/php_doc/Makefile new file mode 100644 index 000000000000..0c388725d127 --- /dev/null +++ b/polish/php_doc/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: php_doc +# Date created: Sun Nov 25 17:56:41 CET 2001 +# Whom: Dirk Froemberg <dirk@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= polish lang +PKGNAMEPREFIX= +PHP_LANG= pl +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |