diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-30 19:23:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-30 19:23:46 +0000 |
commit | 1f33aa87eed21fb338ffa16f6faa3769143ea501 (patch) | |
tree | 8e6a7adcd5149d2a7ad1b0cda582e2bfe60c07da /x11/gnome-libs/Makefile | |
parent | 228bdce7133ae7dbd8edd938c9d0ebfd3bface3e (diff) | |
download | pkgsrc-1f33aa87eed21fb338ffa16f6faa3769143ea501.tar.gz |
update to 1.2.1
"many fixes and enhancements"
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r-- | x11/gnome-libs/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index fe88096b3ee..2ed329782bd 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2000/05/12 09:21:12 agc Exp $ +# $NetBSD: Makefile,v 1.43 2000/05/30 19:23:46 drochner Exp $ -DISTNAME= gnome-libs-1.0.56 +DISTNAME= gnome-libs-1.2.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-libs/} @@ -42,6 +42,11 @@ pre-configure: ${CHMOD} 0755 ${WRKSRC}/configure .endif +post-patch: + ${MV} ${WRKSRC}/gnome-config.in ${WRKSRC}/gnome-config.in-pre-lpath && \ + ${SED} -e "s|XXXLOCALBASEXXX|${LOCALBASE}|" \ + ${WRKSRC}/gnome-config.in-pre-lpath >${WRKSRC}/gnome-config.in + pre-build: (cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h) |