diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-17 22:39:17 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-17 22:39:17 +0000 |
commit | 2c2226c558d071317546741a2cafa54fa44f04ee (patch) | |
tree | cfc493dc473557682205a003703a26d3f9e5fcfe /japanese | |
parent | 67a002aa97c1274522bc34dc41e143b80280134a (diff) | |
download | ports-2c2226c558d071317546741a2cafa54fa44f04ee.tar.gz ports-2c2226c558d071317546741a2cafa54fa44f04ee.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/easypr/Makefile | 6 | ||||
-rw-r--r-- | japanese/easypr/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/japanese/easypr/Makefile b/japanese/easypr/Makefile index b82725880b3e..7ea13226e002 100644 --- a/japanese/easypr/Makefile +++ b/japanese/easypr/Makefile @@ -7,7 +7,7 @@ PORTNAME= easypr PORTVERSION= 0.70 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese print MASTER_SITES= http://www.linet.gr.jp/~mituiwa/ DISTNAME= print-${PORTVERSION} @@ -30,8 +30,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/lpr2 ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/setcap ${PREFIX}/bin .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ja-easypr - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja-easypr/README.jp + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README.jp .endif .include <bsd.port.mk> diff --git a/japanese/easypr/pkg-plist b/japanese/easypr/pkg-plist index 5b5f5536e511..6f050734e5fd 100644 --- a/japanese/easypr/pkg-plist +++ b/japanese/easypr/pkg-plist @@ -1,5 +1,5 @@ bin/easypr bin/lpr2 bin/setcap -share/doc/ja-easypr/README.jp -@dirrm share/doc/ja-easypr +%%PORTDOCS%%%%DOCSDIR%%/README.jp +%%PORTDOCS%%@dirrm %%DOCSDIR%% |