diff options
author | sf <sf@FreeBSD.org> | 2001-10-22 18:28:51 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-10-22 18:28:51 +0000 |
commit | ada8a2240274a02537b6d6c40211969f23901cc3 (patch) | |
tree | 4b4ea89a1b59650a375336e8cc84e01e5278187b /games/actx/Makefile | |
parent | 4b62875b9fb14de6a668a06d4b5994c12bc276e3 (diff) | |
download | FreeBSD-ports-ada8a2240274a02537b6d6c40211969f23901cc3.zip FreeBSD-ports-ada8a2240274a02537b6d6c40211969f23901cc3.tar.gz |
update to 1.10.
PR: 31425
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: maintainer
Diffstat (limited to 'games/actx/Makefile')
-rw-r--r-- | games/actx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/actx/Makefile b/games/actx/Makefile index 45ac35d..a44abfe 100644 --- a/games/actx/Makefile +++ b/games/actx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= actx -PORTVERSION= 1.01 +PORTVERSION= 1.10 CATEGORIES= games MASTER_SITES= http://kurumi.sakura.ne.jp/~chimari/ActX/ @@ -22,6 +22,7 @@ ACTXDIR= ${PREFIX}/share/examples/actx post-extract: @ ${CP} ${WRKSRC}/samples/Imakefile ${WRKSRC} @ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc + @ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc-one post-patch: .for i in install.actxrc samples/sample.actxrc @@ -39,7 +40,7 @@ post-install: @ ${INSTALL_DATA} ${WRKSRC}/samples/$i ${ACTXDIR} .endfor .if !defined(NOPORTDOCS) -.for i in doc/ForDevelloper.jis README.jis +.for i in doc/ForDevelloper.jis doc/ManualInstall.jis README.jis @ ${MKDIR} ${PREFIX}/share/doc/ja/actx @ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/actx .endfor |