diff options
author | tron <tron> | 1999-07-19 09:43:07 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-19 09:43:07 +0000 |
commit | bcb1b43c673db6a7da39c1600b65ff5253f82912 (patch) | |
tree | 7614f7d21c4b7ee6a69ff53e8fb12a7a38da34e2 /x11/kdebase/Makefile | |
parent | 589748f3c4176dca9e7170967c35201b3380d73e (diff) | |
download | pkgsrc-bcb1b43c673db6a7da39c1600b65ff5253f82912.tar.gz |
Add "memory_netbsd.cpp" to package sources directly and link it into
the KDE base sources instead of creating it with patch file.
Diffstat (limited to 'x11/kdebase/Makefile')
-rw-r--r-- | x11/kdebase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 8b18d0b26d5..c803a03cac5 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 1999/07/15 13:54:30 tron Exp $ +# $NetBSD: Makefile,v 1.41 1999/07/19 09:43:07 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.1 @@ -39,6 +39,7 @@ KDE_DIRS= share/doc/kde/HTML/cs share/doc/kde/HTML/da \ post-extract: @${LN} -fs ${FILESDIR}/info_netbsd.cpp ${WRKSRC}/kcontrol/info + @${LN} -fs ${FILESDIR}/memory_netbsd.cpp ${WRKSRC}/kcontrol/info post-install: @${CHMOD} u+s ${PREFIX}/bin/klock |