summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-10-19 10:54:42 +0000
committerrh <rh@pkgsrc.org>2002-10-19 10:54:42 +0000
commitc2934c968eaf297f84ff4b05d02846ae68a2e4c8 (patch)
treeabeb1a92871d8e96cb4573c37dd9b354fe2ffba1 /x11/gnome-libs
parent5553928ad1dd18de779f571677d2e7e47bc3bdc9 (diff)
downloadpkgsrc-c2934c968eaf297f84ff4b05d02846ae68a2e4c8.tar.gz
Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 0e2b2ce2af7..85f7a1137b0 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.77 2002/08/25 18:40:30 jlam Exp $
+# $NetBSD: Makefile,v 1.78 2002/10/19 10:55:01 rh Exp $
DISTNAME= gnome-libs-1.4.1.4
+PKGREVISION= 1
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-libs/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-libs/1.4/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
@@ -45,6 +46,13 @@ pre-configure:
${CHMOD} 0755 ${WRKSRC}/configure
.endif
+post-extract:
+.for file in gnome-app-helper-convenience-macros.htm \
+ gnome-app-helper-keybindings-config.htm
+ cd ${WRKSRC}/devel-docs/gnome-dev-info/gnome-dev-info && \
+ ( [ -e ${file}l ] || ${MV} ${file} ${file}l )
+.endfor
+
post-patch:
${MV} ${WRKSRC}/gnome-config.in ${WRKSRC}/gnome-config.in-pre-lpath && \
${SED} -e "s|@LOCALBASE@|${LOCALBASE}|g" \