diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-23 00:17:20 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-23 00:17:20 +0800 |
commit | 4db514c9fdb20b6ac9cbf4045516cb6bdcd53636 (patch) | |
tree | a33a43adb36504f700f612898cbf3e8bb8c6f883 /graphics | |
parent | 28446c10743cacd08000e8a40071c0154d35091d (diff) | |
download | freebsd-ports-gnome-4db514c9fdb20b6ac9cbf4045516cb6bdcd53636.tar.gz freebsd-ports-gnome-4db514c9fdb20b6ac9cbf4045516cb6bdcd53636.tar.zst freebsd-ports-gnome-4db514c9fdb20b6ac9cbf4045516cb6bdcd53636.zip |
- Pass prefix, exec_prefix, and DISTDIR to make so it won't be broken when
we set --mandir and --infodir for GNU_CONFIGURE
- Reset maintainer per request
Approved by: Kay Lehmann <kay_lehmann at web.de> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gocr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index 86b90206a281..e449a44d7594 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jocr -MAINTAINER= kay_lehmann@web.de +MAINTAINER= ports@FreeBSD.org COMMENT= GOCR/JOCR is an OCR (Optical Character Recognition) program LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm @@ -20,6 +20,7 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-netpbm=${LOCALBASE} +MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX} DESTDIR=${DESTDIR} .if !defined(WITHOUT_X11) RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 |