diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-30 08:55:26 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-30 08:55:26 +0000 |
commit | 519253993b96478e0b7293fd3a871c9345957f20 (patch) | |
tree | 14813faac344f6e520b4ed79211118dcce0e967e /korean | |
parent | Remove patch I forgot in the last commit. (diff) |
Fix categories to match dir containing port. bsd.port.mk (and portlint)
should check for this.
Bumped PORTREVISION since this seriously changes the pkg db entries.
Notes
Notes:
svn path=/head/; revision=69142
Diffstat (limited to 'korean')
-rw-r--r-- | korean/kde3-i18n/Makefile | 3 | ||||
-rw-r--r-- | korean/kde4-l10n/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/korean/kde3-i18n/Makefile b/korean/kde3-i18n/Makefile index a89ce08ebb87..38bfbf9688c0 100644 --- a/korean/kde3-i18n/Makefile +++ b/korean/kde3-i18n/Makefile @@ -7,7 +7,8 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde +PORTREVISION= 1 +CATEGORIES?= korean kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ko- diff --git a/korean/kde4-l10n/Makefile b/korean/kde4-l10n/Makefile index a89ce08ebb87..38bfbf9688c0 100644 --- a/korean/kde4-l10n/Makefile +++ b/korean/kde4-l10n/Makefile @@ -7,7 +7,8 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde +PORTREVISION= 1 +CATEGORIES?= korean kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ko- |