diff options
Diffstat (limited to 'x11/kde3-i18n-sr/Makefile')
-rw-r--r-- | x11/kde3-i18n-sr/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/kde3-i18n-sr/Makefile b/x11/kde3-i18n-sr/Makefile index 0e42acb896f..5e7871b9e69 100644 --- a/x11/kde3-i18n-sr/Makefile +++ b/x11/kde3-i18n-sr/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-sr-${_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:sr/docs/common:common: + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |