aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocrad
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-06 02:59:14 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-06 02:59:14 +0000
commit5b1a6bbf0f5be9cbd307077970f1f51998976fb6 (patch)
treedad1e213048034d8c185cb68e10a3726b1a61c09 /graphics/ocrad
parent8ed1cb8b7697f061833009935202ee29b5a83814 (diff)
downloadports-5b1a6bbf0f5be9cbd307077970f1f51998976fb6.tar.gz
ports-5b1a6bbf0f5be9cbd307077970f1f51998976fb6.zip
- Fix pkg-plist.
- Bump PORTREVISION. Reported by: itetcu Approved by: gabor (mentor)
Notes
Notes: svn path=/head/; revision=214419
Diffstat (limited to 'graphics/ocrad')
-rw-r--r--graphics/ocrad/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile
index 24e104064c88..fc0abb1db395 100644
--- a/graphics/ocrad/Makefile
+++ b/graphics/ocrad/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ocrad
PORTVERSION= 0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,7 +25,6 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
DOCS= AUTHORS COPYING ChangeLog NEWS README TODO INSTALL
EXAMPLES= test.pbm test.txt
-INFO= ocrad
MAN1= ocrad.1
do-install:
@@ -33,7 +32,6 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/doc/ocrad.info ${PREFIX}/${INFO_PATH}/
${INSTALL_MAN} ${WRKSRC}/doc/ocrad.1 ${MAN1PREFIX}/man/man1/
.endif
.if !defined(NOPORTEXAMPLES)