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 | |
parent | cc5e06329ed9def73532337a6caea47858527c05 (diff) | |
download | ports-a22c568e024ba41abd9e2d8a849cae0f32c3272b.tar.gz ports-a22c568e024ba41abd9e2d8a849cae0f32c3272b.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | german/openoffice/Makefile | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/german/openoffice/Makefile b/german/openoffice/Makefile index b3cce04bb5ed..71757bc70c38 100644 --- a/german/openoffice/Makefile +++ b/german/openoffice/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" |