View | Details | Raw Unified | Return to bug 52677
Collapse All | Expand All

(-)xsane/Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xsane
8
PORTNAME=	xsane
9
PORTVERSION=	0.90
9
PORTVERSION=	0.91
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.xsane.org/download/ \
11
MASTER_SITES=	http://www.xsane.org/download/ \
12
		http://gd.tuwien.ac.at/hci/sane/xsane/ \
12
		http://gd.tuwien.ac.at/hci/sane/xsane/ \
Lines 24-29 Link Here
24
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
25
USE_GNOME=	gtk12
25
USE_GNOME=	gtk12
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
USE_REINPLACE=	yes
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
		LIBS="-L${LOCALBASE}/lib -lintl"
29
		LIBS="-L${LOCALBASE}/lib -lintl"
29
30
Lines 45-51 Link Here
45
.endif
46
.endif
46
47
47
pre-patch:
48
pre-patch:
48
	@find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \
49
	@${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${PERL} -e \
49
		's|\$$\(sbindir\)||g'
50
		's|\$$\(sbindir\)||g'
50
51
51
post-install:
52
post-install:
(-)xsane/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xsane-0.90.tar.gz) = ecf7073f673126cecbe999939638d0a2
1
MD5 (xsane-0.91.tar.gz) = b212c9aeb0b6c4b0ada625d512337337

Return to bug 52677