diff options
author | skrll <skrll@pkgsrc.org> | 2004-11-11 08:03:53 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2004-11-11 08:03:53 +0000 |
commit | 0a9670dbd1932c3517411dd606dbef31da7a11bd (patch) | |
tree | 3b3bd66f2f8c50614d4ddbcb8067452b85b4c507 /meta-pkgs | |
parent | 607b3529561a031cd56a1e1b1b05d17b29f2f370 (diff) | |
download | pkgsrc-0a9670dbd1932c3517411dd606dbef31da7a11bd.tar.gz |
This file isn't used anymore.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/kde3/Makefile.foo_main | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-pkgs/kde3/Makefile.foo_main b/meta-pkgs/kde3/Makefile.foo_main deleted file mode 100644 index efb9b101602..00000000000 --- a/meta-pkgs/kde3/Makefile.foo_main +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile.foo_main,v 1.1.1.1 2003/07/30 12:55:41 markd Exp $ -# -# This Makefile fragment is included in a KDE package Makefile to -# create foo_main.cpp files needed to fix the linking modules into -# binaries/libraries problem that affects a.out platforms. - -post-patch: - @for f in ${FOO_MAIN_FILES}; do \ - ${LN} -s ${.CURDIR}/../../meta-pkgs/kde3/files/foo_main.cpp \ - ${WRKSRC}/$${f}; \ - done |