diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-31 05:58:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-31 05:58:32 +0800 |
commit | 8abcb35a2ace9cc21ee4b1e96f9eca7a15725c3a (patch) | |
tree | c783ddb35ddf3fd08e519f7de1aed5d8a1eb191d /editors | |
parent | 3e6177dc9db64e3d4b14a703575c3d3f2ea8e7c6 (diff) | |
download | freebsd-ports-gnome-8abcb35a2ace9cc21ee4b1e96f9eca7a15725c3a.tar.gz freebsd-ports-gnome-8abcb35a2ace9cc21ee4b1e96f9eca7a15725c3a.tar.zst freebsd-ports-gnome-8abcb35a2ace9cc21ee4b1e96f9eca7a15725c3a.zip |
Remove openoffice-pl after repo copy to polish/openoffice
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-pl/Makefile | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/editors/Makefile b/editors/Makefile index 9d06eedfb77f..bc62f3e074c7 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -123,7 +123,6 @@ SUBDIR += openoffice-gr SUBDIR += openoffice-it SUBDIR += openoffice-nl - SUBDIR += openoffice-pl SUBDIR += openoffice-se SUBDIR += openoffice-tr SUBDIR += pico diff --git a/editors/openoffice-pl/Makefile b/editors/openoffice-pl/Makefile deleted file mode 100644 index b2edd5a2c423..000000000000 --- a/editors/openoffice-pl/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: OpenOffice for Polish language -# Date created: Tue Jun 11 16:47:21 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= editors - -LANG_PKGNAME= pl -LANG_EXT= 48 -LANG_CONFIGURE_ARG= POL -MASTERDIR= ${.CURDIR}/../openoffice - -.include "${MASTERDIR}/Makefile" |