aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-04-19 11:22:06 +0800
committerknu <knu@FreeBSD.org>2000-04-19 11:22:06 +0800
commitf31820692504cf0fd6bb58181f7122158d8487bc (patch)
tree3a0bd78c3dee43b56c0876f7ae1ed00112e2c27a /japanese
parent2816fd0cf34c5b7d95459c3522dacb1e1911031d (diff)
downloadfreebsd-ports-gnome-f31820692504cf0fd6bb58181f7122158d8487bc.tar.gz
freebsd-ports-gnome-f31820692504cf0fd6bb58181f7122158d8487bc.tar.zst
freebsd-ports-gnome-f31820692504cf0fd6bb58181f7122158d8487bc.zip
Update to version 1.1.
Comply with NOPORTDOCS. PR: ports/18045 Submitted by: MAINTAINER
Diffstat (limited to 'japanese')
-rw-r--r--japanese/epwutil/Makefile24
-rw-r--r--japanese/epwutil/distinfo2
-rw-r--r--japanese/epwutil/pkg-plist5
3 files changed, 18 insertions, 13 deletions
diff --git a/japanese/epwutil/Makefile b/japanese/epwutil/Makefile
index 7e34c70741ce..8b91e96853a3 100644
--- a/japanese/epwutil/Makefile
+++ b/japanese/epwutil/Makefile
@@ -6,30 +6,40 @@
#
PORTNAME= epwutil
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/epwutil/
+MASTER_SITES= http://openlab.ring.gr.jp/edict/epwutil/
MAINTAINER= takamune@avrl.mei.co.jp
-NO_WRKSUBDIR= yes
MAKEFILE= makefile.unx
MANLANG= ja
EPWPROGS= bookinfo catdump squeeze
EPWDOCS= epwutil.doc
-EPWDOCDIR= ${PREFIX}/share/doc/epwutil
+EPWDOCDIR= share/doc/epwutil
do-install:
- cd ${WRKSRC}; ${INSTALL_PROGRAM} ${EPWPROGS} ${PREFIX}/bin
.for file in ${EPWPROGS}
cd ${WRKSRC};\
+ ${INSTALL_PROGRAM} ${file} ${PREFIX}/bin;\
${INSTALL_MAN} ${file}.man ${MANPREFIX}/man/${MANLANG}/cat1/${file}.1
.if !defined(NOMANCOMPRESS)
${GZIP_CMD} ${MANPREFIX}/man/${MANLANG}/cat1/${file}.1
.endif
.endfor
- @${MKDIR} ${EPWDOCDIR}
- cd ${WRKSRC}; ${INSTALL_DATA} ${EPWDOCS} ${EPWDOCDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/${EPWDOCDIR}
+ cd ${WRKSRC}; ${INSTALL_DATA} ${EPWDOCS} ${PREFIX}/${EPWDOCDIR}
+.endif
+
+post-install:
+.for file in ${EPWPROGS}
+ ${ECHO} man/${MANLANG}/cat1/${file}.1${MANEXT} >> ${TMPPLIST}
+.endfor
+.if !defined(NOPORTDOCS)
+ ${ECHO} ${EPWDOCDIR}/${EPWDOCS} >> ${TMPPLIST}
+ ${ECHO} "@dirrm ${EPWDOCDIR}" >> ${TMPPLIST}
+.endif
.include <bsd.port.mk>
diff --git a/japanese/epwutil/distinfo b/japanese/epwutil/distinfo
index 4f25afea8403..561e1a92c7f7 100644
--- a/japanese/epwutil/distinfo
+++ b/japanese/epwutil/distinfo
@@ -1 +1 @@
-MD5 (epwutil-1.0.tar.gz) = 3425ac2f0f0ef1e823a654ab824aee6a
+MD5 (epwutil-1.1.tar.gz) = afb59f9c549edbc5580172c42f1d2ae2
diff --git a/japanese/epwutil/pkg-plist b/japanese/epwutil/pkg-plist
index 19de09aa7fca..1d4be6d78343 100644
--- a/japanese/epwutil/pkg-plist
+++ b/japanese/epwutil/pkg-plist
@@ -1,8 +1,3 @@
bin/bookinfo
bin/catdump
bin/squeeze
-share/doc/epwutil/epwutil.doc
-man/ja/cat1/bookinfo.1.gz
-man/ja/cat1/catdump.1.gz
-man/ja/cat1/squeeze.1.gz
-@dirrm share/doc/epwutil