diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-08-25 10:50:52 +0800 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-08-25 10:50:52 +0800 |
commit | 898bfd4af74c74336fd8f28e8dde1f3a8af30f51 (patch) | |
tree | f94245601cd719ba12e7ab0ce76044001ce11ea5 /japanese/easypr | |
parent | 0554cf8e093c2888e6f618c85b01c6eafe9af398 (diff) | |
download | freebsd-ports-gnome-898bfd4af74c74336fd8f28e8dde1f3a8af30f51.tar.gz freebsd-ports-gnome-898bfd4af74c74336fd8f28e8dde1f3a8af30f51.tar.zst freebsd-ports-gnome-898bfd4af74c74336fd8f28e8dde1f3a8af30f51.zip |
Updated to version 0.60
Diffstat (limited to 'japanese/easypr')
-rw-r--r-- | japanese/easypr/Makefile | 6 | ||||
-rw-r--r-- | japanese/easypr/distinfo | 2 | ||||
-rw-r--r-- | japanese/easypr/pkg-plist | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/japanese/easypr/Makefile b/japanese/easypr/Makefile index b97d9aa2ea0b..c07d74f66931 100644 --- a/japanese/easypr/Makefile +++ b/japanese/easypr/Makefile @@ -6,9 +6,9 @@ # PORTNAME= easypr -PORTVERSION= 0.25 +PORTVERSION= 0.60 CATEGORIES= japanese print -MASTER_SITES= http://www.linet.gr.jp/~mituiwa/ +MASTER_SITES= http://plamo.linet.gr.jp/~mituiwa/ DISTNAME= print-${PORTVERSION} MAINTAINER= taoka@FreeBSD.org @@ -21,9 +21,11 @@ RUN_DEPENDS= e2ps:${PORTSDIR}/japanese/e2ps \ do-build: ${ECHO} '#!${PREFIX}/bin/wish4.2jp' > ${WRKSRC}/easypr ${CAT} ${WRKSRC}/easypr.in >> ${WRKSRC}/easypr + cd ${WRKSRC}; ${CC} -o setcap setcap.c do-install: ${INSTALL_SCRIPT} ${WRKSRC}/easypr ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/lpr2 ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/setcap ${PREFIX}/bin .include <bsd.port.mk> diff --git a/japanese/easypr/distinfo b/japanese/easypr/distinfo index b2ffee988484..28e94bdfa5e4 100644 --- a/japanese/easypr/distinfo +++ b/japanese/easypr/distinfo @@ -1 +1 @@ -MD5 (print-0.25.tar.gz) = ca0f6afe3e7278c98add4d576d203e0f +MD5 (print-0.60.tar.gz) = 871aab2740fd329c594ead9e9f0d932c diff --git a/japanese/easypr/pkg-plist b/japanese/easypr/pkg-plist index c1e23ef97225..cccf214ca01b 100644 --- a/japanese/easypr/pkg-plist +++ b/japanese/easypr/pkg-plist @@ -1,2 +1,3 @@ bin/easypr bin/lpr2 +bin/setcap |