diff options
author | markd <markd@pkgsrc.org> | 2006-03-30 03:17:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-03-30 03:17:08 +0000 |
commit | b54689637a3527be5bb8098a4369b59096f1b587 (patch) | |
tree | ea81dc31f8f5ba81e31d163e2af65a1b01da16b4 /x11/kde3-i18n-sv/Makefile | |
parent | c4dcfe7a6316421a5ac343359fa6591b6657ac06 (diff) | |
download | pkgsrc-b54689637a3527be5bb8098a4369b59096f1b587.tar.gz |
Update to KDE 3.5.2
Diffstat (limited to 'x11/kde3-i18n-sv/Makefile')
-rw-r--r-- | x11/kde3-i18n-sv/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/kde3-i18n-sv/Makefile b/x11/kde3-i18n-sv/Makefile index 442bb37de69..9fd28e682ba 100644 --- a/x11/kde3-i18n-sv/Makefile +++ b/x11/kde3-i18n-sv/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:11:38 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/03/30 03:17:15 markd Exp $ DISTNAME= kde-i18n-sv-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITES_KDE:=kde-i18n/} @@ -11,6 +10,12 @@ COMMENT= Language bindings for the KDE desktop BUILD_USES_MSGFMT= yes +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:sv/docs/common:common: + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |