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 | 69acb4f08bf6388fcf5f12064471a1939d0eb509 (patch) | |
tree | ea81dc31f8f5ba81e31d163e2af65a1b01da16b4 /x11/kde3-i18n-ro/Makefile | |
parent | 190ad9ab874069145c39a00e209698ab4f33ac7f (diff) | |
download | pkgsrc-69acb4f08bf6388fcf5f12064471a1939d0eb509.tar.gz |
Update to KDE 3.5.2
Diffstat (limited to 'x11/kde3-i18n-ro/Makefile')
-rw-r--r-- | x11/kde3-i18n-ro/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/kde3-i18n-ro/Makefile b/x11/kde3-i18n-ro/Makefile index eb9a7119f63..f1954f17ebd 100644 --- a/x11/kde3-i18n-ro/Makefile +++ b/x11/kde3-i18n-ro/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/02/05 23:11:37 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/03/30 03:17:15 markd Exp $ DISTNAME= kde-i18n-ro-${_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:ro/docs/common:common: + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |