summaryrefslogtreecommitdiff
path: root/meta-pkgs/kde3
diff options
context:
space:
mode:
authorskrll <skrll>2004-11-11 08:03:53 +0000
committerskrll <skrll>2004-11-11 08:03:53 +0000
commite78b22b23134eaff605a5cde52e3b1171101465e (patch)
tree3b3bd66f2f8c50614d4ddbcb8067452b85b4c507 /meta-pkgs/kde3
parentbadf370d310df1925b4a485972a07bdb97551fa6 (diff)
downloadpkgsrc-e78b22b23134eaff605a5cde52e3b1171101465e.tar.gz
This file isn't used anymore.
Diffstat (limited to 'meta-pkgs/kde3')
-rw-r--r--meta-pkgs/kde3/Makefile.foo_main11
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