diff options
| -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" | 
