diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-06-13 12:31:59 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-06-13 12:31:59 +0000 |
commit | 3438faab2f268b8a2613f6c7e6d98b3c99fa6f5e (patch) | |
tree | 74f6d179599a78a5980f916e3e4c713968548daa /graphics/xsane/Makefile | |
parent | a9d965dc43b54a25338686d9548240095d2f994a (diff) |
Update to 0.91.
Submitted by: maintainer
PR: 52677
While I'm here: fix plist (share/sane now gets removed by sane-backends).
Notes
Notes:
svn path=/head/; revision=82933
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 7fd6dc4c7638..c4589216e076 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} |