diff options
author | netchild <netchild@FreeBSD.org> | 2003-06-13 12:31:59 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-06-13 12:31:59 +0000 |
commit | b1cbc2c68411cf4d871f011238d5d104d4d6ea37 (patch) | |
tree | 47dcd4356d7eec831f78e5fe662f6985fb6a5f05 /graphics/xsane | |
parent | b4388a18611f32c7d9a7d6c2b3bed0da818912cb (diff) | |
download | FreeBSD-ports-b1cbc2c68411cf4d871f011238d5d104d4d6ea37.zip FreeBSD-ports-b1cbc2c68411cf4d871f011238d5d104d4d6ea37.tar.gz |
Update to 0.91.
Submitted by: maintainer
PR: 52677
While I'm here: fix plist (share/sane now gets removed by sane-backends).
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/Makefile | 7 | ||||
-rw-r--r-- | graphics/xsane/distinfo | 2 | ||||
-rw-r--r-- | graphics/xsane/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 7fd6dc4..c458921 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xsane -PORTVERSION= 0.90 +PORTVERSION= 0.91 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" @@ -45,8 +46,8 @@ pre-everything:: .endif pre-patch: - @find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \ - 's|\$$\(sbindir\)||g' + @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} \ + -i "" -e 's|\$$(sbindir)||g' post-install: @${SED} 's:/usr/X11R6:${PREFIX}:' ${PKGMESSAGE} diff --git a/graphics/xsane/distinfo b/graphics/xsane/distinfo index 6ba1cd29..6c22fa6 100644 --- a/graphics/xsane/distinfo +++ b/graphics/xsane/distinfo @@ -1 +1 @@ -MD5 (xsane-0.90.tar.gz) = ecf7073f673126cecbe999939638d0a2 +MD5 (xsane-0.91.tar.gz) = b212c9aeb0b6c4b0ada625d512337337 diff --git a/graphics/xsane/pkg-plist b/graphics/xsane/pkg-plist index c6f526e..60e7fe0 100644 --- a/graphics/xsane/pkg-plist +++ b/graphics/xsane/pkg-plist @@ -141,4 +141,3 @@ share/sane/xsane/xsane-startimage.pnm share/sane/xsane/xsane-style.rc @dirrm share/sane/xsane/doc @dirrm share/sane/xsane -@dirrm share/sane |