mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix the CUPS foomatic-rip symlink.
PR: 212232 Submitted by: fmysh@iijmio-mail.jp Approved by: jrm@ftfl.ca (maintainer)
This commit is contained in:
parent
fac4dc47eb
commit
db330a0c38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421065
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= foomatic-filters
|
||||
PORTVERSION= 4.0.17
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.openprinting.org/download/foomatic/
|
||||
|
||||
@ -56,7 +56,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/foomaticrip.c
|
||||
@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../bin|g' \
|
||||
@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../../bin|g' \
|
||||
-e '/filter.conf/ s|if.*||' \
|
||||
${WRKSRC}/Makefile.am
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user