pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk2 Remove broken gtkdoc-rebase "fix".
details: https://anonhg.NetBSD.org/pkgsrc/rev/21474ef1063a
branches: trunk
changeset: 552935:21474ef1063a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 12 11:19:22 2009 +0000
description:
Remove broken gtkdoc-rebase "fix".
diffstat:
x11/gtk2/Makefile | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diffs (26 lines):
diff -r 9d302a6c8a33 -r 21474ef1063a x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Mon Jan 12 08:02:47 2009 +0000
+++ b/x11/gtk2/Makefile Mon Jan 12 11:19:22 2009 +0000
@@ -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 @@
_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"
Home |
Main Index |
Thread Index |
Old Index