diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
commit | 3ccdee572e0b19f483b93936b06bf74943d15b74 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /print | |
parent | 4abad86ffdb19757de8af73cba3d770e8e3ec74e (diff) | |
download | freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.gz freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.zst freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-filters/Makefile | 2 | ||||
-rw-r--r-- | print/tex-dvipdfmx/Makefile | 2 | ||||
-rw-r--r-- | print/tex-dvipsk/Makefile | 2 | ||||
-rw-r--r-- | print/xpdfopen/Makefile | 2 |
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 \ |