diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-18 05:05:55 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-18 05:05:55 +0800 |
commit | dd995f061415cca2cdea39849995dd53e36064f7 (patch) | |
tree | be755292779ecfeb81c4d15b1614f88008a56451 /japanese | |
parent | dc50e3ac4a11190ece703a2cdd9fc1c31284e9da (diff) | |
download | freebsd-ports-gnome-dd995f061415cca2cdea39849995dd53e36064f7.tar.gz freebsd-ports-gnome-dd995f061415cca2cdea39849995dd53e36064f7.tar.zst freebsd-ports-gnome-dd995f061415cca2cdea39849995dd53e36064f7.zip |
- use DOCSDIR macro
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QAT QA run
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jyuroku/Makefile | 6 | ||||
-rw-r--r-- | japanese/jyuroku/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/japanese/jyuroku/Makefile b/japanese/jyuroku/Makefile index 4ce71fdc6b51..081d7d153867 100644 --- a/japanese/jyuroku/Makefile +++ b/japanese/jyuroku/Makefile @@ -7,7 +7,7 @@ PORTNAME= jyuroku PORTVERSION= 1.32 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese MASTER_SITES= http://homepage3.nifty.com/seto-yoneji/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -29,8 +29,8 @@ do-install: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/jyuroku - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/jyuroku + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/japanese/jyuroku/pkg-plist b/japanese/jyuroku/pkg-plist index 4cdcf84097b1..a85126139c40 100644 --- a/japanese/jyuroku/pkg-plist +++ b/japanese/jyuroku/pkg-plist @@ -1,3 +1,3 @@ bin/jyuroku -share/doc/jyuroku/README -@dirrm share/doc/jyuroku +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |