diff options
author | markd <markd@pkgsrc.org> | 2002-03-15 04:09:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-03-15 04:09:14 +0000 |
commit | b845908797676ca6d08eb8c4b96734c8f6e1b209 (patch) | |
tree | 549a0c2674edd92bfeedc9f211d080787bb5b952 /x11 | |
parent | fa99ac84562c05d19c7d6df7b0451c93f4fcae0f (diff) | |
download | pkgsrc-b845908797676ca6d08eb8c4b96734c8f6e1b209.tar.gz |
Cause a newline to be added to kio/klauncher/Makefile.am before patch is run
so that patch on Solaris succeeds with patch-bk.
Diffstat (limited to 'x11')
-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. # |