diff options
author | arved <arved@FreeBSD.org> | 2004-01-30 21:09:09 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-30 21:09:09 +0800 |
commit | 97e2eaeee5847c38209fbacfb2d88b4d76496bb3 (patch) | |
tree | 8b9dac61006c03d1f0396ba3b74a0362d7e631aa /graphics/gocr/Makefile | |
parent | 764c20fd1f73c41ec0963ce1c69ef5fe69839a51 (diff) | |
download | freebsd-ports-gnome-97e2eaeee5847c38209fbacfb2d88b4d76496bb3.tar.gz freebsd-ports-gnome-97e2eaeee5847c38209fbacfb2d88b4d76496bb3.tar.zst freebsd-ports-gnome-97e2eaeee5847c38209fbacfb2d88b4d76496bb3.zip |
Update to 0.38
PR: 62099
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'graphics/gocr/Makefile')
-rw-r--r-- | graphics/gocr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index 4dd362178850..3858632914a9 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gocr -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jocr @@ -21,12 +21,12 @@ GNU_CONFIGURE= yes MAN1= gocr.1 -DOC_FILES= examples.txt gocr.html unicode.txt +PORTDOCS= examples.txt gocr.html unicode.txt post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} +.for file in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif |