[Midnightbsd-cvs] mports: Makefile: Fake fix.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Nov 7 18:12:59 EST 2007


Log Message:
-----------
Fake fix.

Modified Files:
--------------
    mports/graphics/gocr:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/gocr/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/gocr/Makefile -L graphics/gocr/Makefile -u -r1.2 -r1.3
--- graphics/gocr/Makefile
+++ graphics/gocr/Makefile
@@ -8,13 +8,14 @@
 
 PORTNAME=	gocr
 PORTVERSION=	0.40
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	jocr
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GOCR/JOCR is an OCR (Optical Character Recognition) program
+LICENSE=	gpl2
 
 BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX
 LIB_DEPENDS=	netpbm.1:${PORTSDIR}/graphics/netpbm
@@ -32,8 +33,9 @@
 
 PORTDOCS=	examples.txt gocr.html unicode.txt
 PLIST_FILES+=	bin/gocr include/gocr.h lib/libPgm2asc.a
+
 # This port doesn't understand what DESTDIR is supposed to do.
-FAKE_MAKEARGS=	${DESTDIRNAME}=${FAKE_DESTDIR}${PREFIX} ${MAKE_ARGS}
+FAKE_MAKEARGS=	${DESTDIRNAME}=${FAKE_DESTDIR}${PREFIX} mandir=/man ${MAKE_ARGS}
 
 post-patch:
 .if defined(WITHOUT_X11)


More information about the Midnightbsd-cvs mailing list