aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpg2pdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpg2pdf/Makefile')
-rw-r--r--graphics/jpg2pdf/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/jpg2pdf/Makefile b/graphics/jpg2pdf/Makefile
index d869f84e5e3e..fe7eabe884e6 100644
--- a/graphics/jpg2pdf/Makefile
+++ b/graphics/jpg2pdf/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: jpg2pdf
-# Date created: 13 January 2009
-# Whom: luigi@freebsd.org
-#
+# Created by: luigi@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= jpg2pdf
PORTVERSION= 20090113
@@ -20,6 +16,7 @@ PLIST_FILES= bin/jpg2pdf
WRKSRC= ${WRKDIR}/${PORTNAME}
+NO_STAGE= yes
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c )