diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-28 07:04:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-28 07:04:09 +0800 |
commit | cd30c3ba41939a313a2b9422fbca887ac7c61e03 (patch) | |
tree | 776f2808f694295c10e280832c9b9a38cb3e098b | |
parent | 55febf513274bff3a89576c85b7aee8dae14f0d4 (diff) | |
download | freebsd-ports-gnome-cd30c3ba41939a313a2b9422fbca887ac7c61e03.tar.gz freebsd-ports-gnome-cd30c3ba41939a313a2b9422fbca887ac7c61e03.tar.zst freebsd-ports-gnome-cd30c3ba41939a313a2b9422fbca887ac7c61e03.zip |
Language specific ports are PKGNAMEPREFIX not PKGNAMESUFFIX named
as per ports naming rules. My fault, not the maintainer.
-rw-r--r-- | www/frontpage-ar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/frontpage-ar/Makefile b/www/frontpage-ar/Makefile index 40eacd4c2482..8fd7a790fbe7 100644 --- a/www/frontpage-ar/Makefile +++ b/www/frontpage-ar/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 5.0.2.2623 CATEGORIES?= www MASTER_SITES= ftp://ftp.microsoft.com/products/frontpage/FPSE02LangFiles/ \ ftp://www.westbend.net/Mirrors/ftp.microsoft.com/Products/frontpage/FPSE02LangFiles/ -PKGNAMESUFFIX?= -ar +PKGNAMEPREFIX?= ar- DISTFILES= EXTRACT_ONLY= |