aboutsummaryrefslogtreecommitdiff
path: root/print/psmark
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/psmark
parent673b54fee9ebc8c475b3ef56d627717a53a6f0bd (diff)
downloadports-86adfea3a90b3c735fc4705015a7183f6afe2e9d.tar.gz
ports-86adfea3a90b3c735fc4705015a7183f6afe2e9d.zip
Notes
Diffstat (limited to 'print/psmark')
-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