diff options
author | will <will@FreeBSD.org> | 2002-08-25 04:37:30 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-08-25 04:37:30 +0000 |
commit | 63064ec545f2cc2c89abffb3ce294d67b0169490 (patch) | |
tree | beeab87f9ca016d20c06cd13362da5113aa4f4bf /misc/kde3-i18n-zu/Makefile | |
parent | 6810d0a54a0b164ccd723b3a722c0d23827a2e36 (diff) | |
download | FreeBSD-ports-63064ec545f2cc2c89abffb3ce294d67b0169490.zip FreeBSD-ports-63064ec545f2cc2c89abffb3ce294d67b0169490.tar.gz |
Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.
Tested by: Matt Douhan <matt@fruitsalad.org>, alane
Submitted by: lioux [1]
Diffstat (limited to 'misc/kde3-i18n-zu/Makefile')
-rw-r--r-- | misc/kde3-i18n-zu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/kde3-i18n-zu/Makefile b/misc/kde3-i18n-zu/Makefile index fd8de31..534102c 100644 --- a/misc/kde3-i18n-zu/Makefile +++ b/misc/kde3-i18n-zu/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ # -PORTNAME= kde-i18n-zu +PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n +PKGNAMEPREFIX= zu- DIST_SUBDIR= KDE -WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER?= kde@FreeBSD.org |