aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-01-14 14:53:21 +0800
committerale <ale@FreeBSD.org>2009-01-14 14:53:21 +0800
commitd28b4cc5af96bb264c89a5ad9f226edb8e8736da (patch)
tree7b5f4fa38eeec46fc438df79fc50a04e0895fb34 /graphics
parenta484bf26690c4ea5a3ca892b7bb3b30ef9a28e8b (diff)
downloadfreebsd-ports-graphics-d28b4cc5af96bb264c89a5ad9f226edb8e8736da.tar.gz
freebsd-ports-graphics-d28b4cc5af96bb264c89a5ad9f226edb8e8736da.tar.zst
freebsd-ports-graphics-d28b4cc5af96bb264c89a5ad9f226edb8e8736da.zip
Whitespace fix.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpg2pdf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpg2pdf/Makefile b/graphics/jpg2pdf/Makefile
index 81c7ca75853..783058b6cb7 100644
--- a/graphics/jpg2pdf/Makefile
+++ b/graphics/jpg2pdf/Makefile
@@ -18,7 +18,7 @@ COMMENT= Plain C converter of jpeg images to PDF or PostScript
MAN1= jpg2pdf.1
PLIST_FILES= bin/jpg2pdf
-WRKSRC=${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c )