summaryrefslogtreecommitdiff
path: root/graphics/jpg2pdf
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-01-14 06:53:21 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-01-14 06:53:21 +0000
commitc89306329df5f43c49774776cfcde66cc82dad43 (patch)
treef7d33b440f29cba9984cb27337b9f9d3930de01a /graphics/jpg2pdf
parent- Remove unit net/fpc-netdb. Now it's part of devel/fpc-fcl.net (diff)
Whitespace fix.
Diffstat (limited to 'graphics/jpg2pdf')
-rw-r--r--graphics/jpg2pdf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpg2pdf/Makefile b/graphics/jpg2pdf/Makefile
index 81c7ca758531..783058b6cb7d 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 )