summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-07 11:33:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-07 11:33:21 +0000
commit86adfea3a90b3c735fc4705015a7183f6afe2e9d (patch)
tree4256ee05edd3a6030f78137a3fe4bf0321e2e700 /print
parentupgrade to 2.5.3 (diff)
- Support CC properly
PR: 44978 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=69649
Diffstat (limited to 'print')
-rw-r--r--print/psmark/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/psmark/Makefile b/print/psmark/Makefile
index b8f10a5872be..181dcea2ba60 100644
--- a/print/psmark/Makefile
+++ b/print/psmark/Makefile
@@ -8,6 +8,7 @@
PORTNAME= psmark
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.antitachyon.com/download/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
@@ -17,12 +18,11 @@ MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Renders a vertical string on any PostScript document
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_REINPLACE= yes
MAN1= psmark.1
-post-patch:
- @${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile
+do-build:
+ @cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psmark ${PREFIX}/bin