diff options
author | tron <tron@pkgsrc.org> | 2001-03-04 18:27:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-04 18:27:34 +0000 |
commit | 74fdb36d0a294aca6dd6f5a33e0f143a1f6c427c (patch) | |
tree | 196b4832265068518bb45aa5fabe725774326954 /graphics/gdk-pixbuf/Makefile | |
parent | 955ba0dbb6a154f5a9a22b5eddd0439d963fc290 (diff) | |
download | pkgsrc-74fdb36d0a294aca6dd6f5a33e0f143a1f6c427c.tar.gz |
Move documentation from "gdk-pixbuf" to "gdk-pixbuf-gnome" package because
the documentation is part of the GNOME documentation. Bump version number
of both packages to "0.9.0nb2".
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index e46c6ba9581..167d1e3e2de 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,15 +1,19 @@ -# $NetBSD: Makefile,v 1.11 2001/02/16 15:22:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/03/04 18:27:34 tron Exp $ # .include "Makefile.common" -PKGNAME= ${DISTNAME}nb1 +PKGNAME= ${DISTNAME}nb2 COMMENT= the GNOME image loading library post-patch: - ${SED} "s/BUILD_CANVAS=yes/BUILD_CANVAS=no/g" \ - ${WRKSRC}/configure.in > ${WRKSRC}/.tmp \ - && ${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure.in + ${SED} -e 's/BUILD_CANVAS=yes/BUILD_CANVAS=no/g' \ + ${WRKSRC}/configure.in >${WRKSRC}/.tmp && \ + ${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure.in + +post-configure: + ${SED} -e 's/ doc$$//' ${WRKSRC}/Makefile >${WRKSRC}/.tmp && \ + ${MV} ${WRKSRC}/.tmp ${WRKSRC}/Makefile post-install: ${TEST} ${PREFIX} = ${LOCALBASE} || \ |