summaryrefslogtreecommitdiff
path: root/x11/kde3/Makefile.foo_main
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde3/Makefile.foo_main')
-rw-r--r--x11/kde3/Makefile.foo_main11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kde3/Makefile.foo_main b/x11/kde3/Makefile.foo_main
deleted file mode 100644
index d0cd734cdaf..00000000000
--- a/x11/kde3/Makefile.foo_main
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile.foo_main,v 1.1 2003/01/20 10:04:01 skrll 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}/../../x11/kde3/files/foo_main.cpp \
- ${WRKSRC}/$${f}; \
- done