diff options
author | Will Andrews <will@FreeBSD.org> | 2002-08-25 04:37:30 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-08-25 04:37:30 +0000 |
commit | ebe714bf059d5b2f7a57f05b433668bd211c601f (patch) | |
tree | 4f7a8e96d31777715ca35358edea5f125a285800 /misc/kde3-i18n-hr/Makefile | |
parent | Chase shared lib jump for libesmtp. Bump PORTREVISION to ensure balsa* (diff) |
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-hr/Makefile')
-rw-r--r-- | misc/kde3-i18n-hr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/kde3-i18n-hr/Makefile b/misc/kde3-i18n-hr/Makefile index ccb5fb62a4f5..90491df77b61 100644 --- a/misc/kde3-i18n-hr/Makefile +++ b/misc/kde3-i18n-hr/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ # -PORTNAME= kde-i18n-hr +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= hr- DIST_SUBDIR= KDE -WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER?= kde@FreeBSD.org |