aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
commite929aea23c678404413a50eb73c457b8960438e1 (patch)
tree703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /print
parent149be67400eb8cd7ef5777241693267dc5e74076 (diff)
downloadports-e929aea23c678404413a50eb73c457b8960438e1.tar.gz
ports-e929aea23c678404413a50eb73c457b8960438e1.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/foomatic-filters/Makefile2
-rw-r--r--print/tex-dvipdfmx/Makefile2
-rw-r--r--print/tex-dvipsk/Makefile2
-rw-r--r--print/xpdfopen/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile
index f124280dce66..8894a4732cb7 100644
--- a/print/foomatic-filters/Makefile
+++ b/print/foomatic-filters/Makefile
@@ -55,7 +55,7 @@ MPAGE_RUN_DEPENDS= mpage:print/mpage
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/foomaticrip.c
+ ${WRKSRC}/foomaticrip.c
@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../../bin|g' \
-e '/filter.conf/ s|if.*||' \
${WRKSRC}/Makefile.am
diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile
index 935ea86fd042..7ff686b9c0b5 100644
--- a/print/tex-dvipdfmx/Makefile
+++ b/print/tex-dvipdfmx/Makefile
@@ -60,7 +60,7 @@ CONFIGURE_ARGS= --with-system-kpathsea \
--with-system-libpng \
--with-system-zlib
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
pre-install:
${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION_TEXLIVE_TEXMF}-texmf${EXTRACT_SUFX} \
diff --git a/print/tex-dvipsk/Makefile b/print/tex-dvipsk/Makefile
index 9eea1f77acab..fe74661547ec 100644
--- a/print/tex-dvipsk/Makefile
+++ b/print/tex-dvipsk/Makefile
@@ -53,7 +53,7 @@ CONFIGURE_ARGS= --with-paper \
--with-system-libpng \
--with-system-zlib
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -lpaper -L${LOCALBASE}/lib
+LDFLAGS+= -lpaper -L${LOCALBASE}/lib
INFO= dvips
diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile
index a34a675c86a8..99fbb213e886 100644
--- a/print/xpdfopen/Makefile
+++ b/print/xpdfopen/Makefile
@@ -21,7 +21,7 @@ DISTVERSION_TEXLIVE_SOURCE= 20150521
WRKSRC= ${WRKDIR}/${DISTNAME}/utils/xpdfopen
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/pdfclose \
bin/pdfopen \