summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-01-12 11:19:22 +0000
committerwiz <wiz@pkgsrc.org>2009-01-12 11:19:22 +0000
commit6824df529df85a7be90ced4d2d154ab0cd1b83fc (patch)
tree2252496cb8cc2a34d504864a45120b675c23bac4 /x11/gtk2
parentc605aa6a373b8e112692338c2759e1edd662beb8 (diff)
downloadpkgsrc-6824df529df85a7be90ced4d2d154ab0cd1b83fc.tar.gz
Remove broken gtkdoc-rebase "fix".
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 88ce300c48a..72645918fa2 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.165 2009/01/12 02:08:46 jmcneill Exp $
+# $NetBSD: Makefile,v 1.166 2009/01/12 11:19:22 wiz Exp $
DISTNAME= gtk+-2.14.7
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
@@ -76,16 +76,6 @@ PRINT_PLIST_AWK+= /^share\/icons\/hicolor\/icon-theme.cache$$/ { next; }
_BUILDING_GTK2= yes
.include "modules.mk"
-# Defeat evil shell script code which tries to find "gtkdoc-rebase"
-# via the "which" command. This goes horribly wrong if "gtkdoc-rebase"
-# is not installed at the "which" command prints an error message
-# to standard output.
-pre-install:
- ${RM} -f ${BUILDLINK_DIR}/bin/which
- ${ECHO} >${BUILDLINK_DIR}/bin/which "#!${SH}"
- ${ECHO} >>${BUILDLINK_DIR}/bin/which "exit 0"
- ${CHMOD} +x ${BUILDLINK_DIR}/bin/which
-
.include "../../databases/shared-mime-info/buildlink3.mk"
BUILDLINK_API_DEPENDS.atk+= atk>=1.13.0
.include "../../devel/atk/buildlink3.mk"