mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.91.
Submitted by: maintainer PR: 52677 While I'm here: fix plist (share/sane now gets removed by sane-backends).
This commit is contained in:
parent
a9d965dc43
commit
3438faab2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82933
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xsane-0.90.tar.gz) = ecf7073f673126cecbe999939638d0a2
|
||||
MD5 (xsane-0.91.tar.gz) = b212c9aeb0b6c4b0ada625d512337337
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user