diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-30 13:09:09 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-30 13:09:09 +0000 |
commit | 54527a5280bc58ddfb72d19606e4c8124b55f845 (patch) | |
tree | 1c39766a1f5e1b4aa89e5670bf63a6f35fef44bf /graphics/gocr/Makefile | |
parent | 32b2a5ea38862869e08e3fdaec628c815190143f (diff) | |
download | ports-54527a5280bc58ddfb72d19606e4c8124b55f845.tar.gz ports-54527a5280bc58ddfb72d19606e4c8124b55f845.zip |
Notes
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 |