diff options
Diffstat (limited to 'x11/kdelibs2/Makefile')
-rw-r--r-- | x11/kdelibs2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index bad5e6283e0..9bcfc1a9847 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/03/13 17:37:58 fredb Exp $ +# $NetBSD: Makefile,v 1.34 2002/03/15 04:09:14 markd Exp $ DISTNAME= kdelibs-2.2.2 PKGREVISION= 1 @@ -56,6 +56,11 @@ PLIST_SUBST+= CUPS= PLIST_SUBST+= CUPS="@comment " .endif +# Add a newline to EOF so patch on Solaris succeeds with patch-bk + +pre-patch: + ${ECHO} "" >> ${WRKSRC}/kio/klauncher/Makefile.am + # We will create the complete icon directory tree for use by other KDE2 # packages at post-install time. # |