diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-06-26 20:07:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-06-26 20:07:52 +0000 |
commit | c4a9f67690bec79ddd07d042df299fa79de858bd (patch) | |
tree | 60a35833ab1b98c2b8f956843ec47b4f2f8ec237 /graphics/claraocr/Makefile | |
parent | - Save disc information in local database after retrieval (diff) |
Update to the most recently abandoned version 20031214. Change WWW --
the old domain is now for sale... Allow parallel builds on SMP-machines.
Notes
Notes:
svn path=/head/; revision=215808
Diffstat (limited to 'graphics/claraocr/Makefile')
-rw-r--r-- | graphics/claraocr/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/claraocr/Makefile b/graphics/claraocr/Makefile index da19af439ad0..c8590c43f6aa 100644 --- a/graphics/claraocr/Makefile +++ b/graphics/claraocr/Makefile @@ -6,10 +6,9 @@ # PORTNAME= claraocr -PORTVERSION= 0.9.9 -PORTREVISION?= 3 +PORTVERSION= 20031214 CATEGORIES= graphics accessibility -MASTER_SITES= ${MASTER_SITE_NETBSD} +MASTER_SITES= http://www.geocities.com/claraocr/ DISTNAME= clara-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,12 +19,12 @@ RUN_DEPENDS= pnmenlarge:${PORTSDIR}/graphics/netpbm USE_XORG= x11 USE_PERL5= yes MAKE_ENV= MKDIR="${MKDIR}" +MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu` MAN1= clara-adv.1 clara-dev.1 clara.1 post-patch: -.for file in clara.pl mkdoc.pl selthresh.pl - @${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|g' ${WRKSRC}/${file} -.endfor + @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|g' \ + clara.pl mkdoc.pl selthresh .include <bsd.port.mk> |