diff options
author | lioux <lioux@FreeBSD.org> | 2008-12-08 02:42:11 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2008-12-08 02:42:11 +0800 |
commit | 0c6fc3b7fd200fac3a95820ba7fd9db32dbb7b3c (patch) | |
tree | 2bdf9cec30f60d135aa35cf5f2daa8ba784ddd51 /portuguese/aspell-pt_PT | |
parent | 71dc3c67c23a6bee06c8a1224e84e6a2821c9521 (diff) | |
download | freebsd-ports-gnome-0c6fc3b7fd200fac3a95820ba7fd9db32dbb7b3c.tar.gz freebsd-ports-gnome-0c6fc3b7fd200fac3a95820ba7fd9db32dbb7b3c.tar.zst freebsd-ports-gnome-0c6fc3b7fd200fac3a95820ba7fd9db32dbb7b3c.zip |
- Improve package naming according to language category naming
conventions. The language code should be a suffix on the port
name but a prefix on the package name.
- Bump PORTREVISION.
Diffstat (limited to 'portuguese/aspell-pt_PT')
-rw-r--r-- | portuguese/aspell-pt_PT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/portuguese/aspell-pt_PT/Makefile b/portuguese/aspell-pt_PT/Makefile index 5009f5e29288..69dab717fb37 100644 --- a/portuguese/aspell-pt_PT/Makefile +++ b/portuguese/aspell-pt_PT/Makefile @@ -7,9 +7,10 @@ PORTNAME= aspell DISTVERSION= 6-pt_PT-20070510-0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= portuguese textproc +PKGNAMEPREFIX?= pt_PT- MAINTAINER= ports@FreeBSD.org COMMENT= Aspell Portuguese dictionary |