summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-12 11:19:22 +0000
committerwiz <wiz>2009-01-12 11:19:22 +0000
commitf4a502b6a3469426d5c293872d2dd928b8d7534e (patch)
tree2252496cb8cc2a34d504864a45120b675c23bac4 /x11/gtk2
parentf80cd6711840985ae21d6cae71daeb6879234b42 (diff)
downloadpkgsrc-f4a502b6a3469426d5c293872d2dd928b8d7534e.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"