diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-08-29 15:02:18 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-08-29 15:02:18 +0000 |
commit | db330a0c38d23559ce45ea776a40f830f8610a72 (patch) | |
tree | 35e723d69a0fd942e78064a30eff5e86cf96bdd4 /print | |
parent | fac4dc47ebabe2cf90fccffea83011f507696dc7 (diff) | |
download | ports-db330a0c38d23559ce45ea776a40f830f8610a72.tar.gz ports-db330a0c38d23559ce45ea776a40f830f8610a72.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-filters/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index b6af26c8ba3a..19a1c9218827 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -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 |