diff options
author | markd <markd@pkgsrc.org> | 2006-06-01 14:37:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-06-01 14:37:29 +0000 |
commit | 7cc1cfc30b58b5e5a64659c21757bde170f57edf (patch) | |
tree | 94dd0297f6ef19364e2802ae898b58c101e74452 /x11/kde3-i18n-pt/Makefile | |
parent | 96d4a9d8c4cf3308928748cf41a5f67510ec5b63 (diff) | |
download | pkgsrc-7cc1cfc30b58b5e5a64659c21757bde170f57edf.tar.gz |
Update to KDE 3.5.3
Diffstat (limited to 'x11/kde3-i18n-pt/Makefile')
-rw-r--r-- | x11/kde3-i18n-pt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kde3-i18n-pt/Makefile b/x11/kde3-i18n-pt/Makefile index 4bed57fed80..5f74ce9c308 100644 --- a/x11/kde3-i18n-pt/Makefile +++ b/x11/kde3-i18n-pt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2006/04/17 13:46:57 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2006/06/01 14:37:34 markd Exp $ DISTNAME= kde-i18n-pt-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_KDE_I18N} @@ -15,7 +14,7 @@ SUBST_CLASSES+= common SUBST_STAGE.common= post-patch SUBST_MESSAGE.common= Fix common documentation path. SUBST_FILES.common= docs/common/Makefile.in -SUBST_SED.common= -e s:pt/docs/common:common: +SUBST_SED.common= -e s:/docs/common:/common: .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |