diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-03 14:18:31 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-03 14:18:31 +0000 |
commit | a22c568e024ba41abd9e2d8a849cae0f32c3272b (patch) | |
tree | cc90402458fd1715de30eb2631bad8a1c9d31214 /german/openoffice-1.0/Makefile | |
parent | cc5e06329ed9def73532337a6caea47858527c05 (diff) |
Use MASTERDIR
Add "editors" to CATEGORIES
Notes
Notes:
svn path=/head/; revision=63913
Diffstat (limited to 'german/openoffice-1.0/Makefile')
-rw-r--r-- | german/openoffice-1.0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/openoffice-1.0/Makefile b/german/openoffice-1.0/Makefile index b3cce04bb5ed..71757bc70c38 100644 --- a/german/openoffice-1.0/Makefile +++ b/german/openoffice-1.0/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= german +CATEGORIES= german editors LANG_PKGNAME= de LANG_EXT= 49 @@ -16,4 +16,4 @@ EXTRACT_LANGDIST+= de_DE.zip de_CH.zip # MASTERDIR= ${.CURDIR}/../../editors/openoffice -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" |