diff options
author | jseger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
commit | bf66188ea8cc884c43be69a337f79f2327741831 (patch) | |
tree | 37836894d5dfce53383d04089187fb5afc160763 /japanese | |
parent | 3bf6614da37d1e86a2552cf324bbdd4d453fd306 (diff) | |
download | FreeBSD-ports-bf66188ea8cc884c43be69a337f79f2327741831.zip FreeBSD-ports-bf66188ea8cc884c43be69a337f79f2327741831.tar.gz |
Switch to using USE_ZIP along with minor cleanups to some ports.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/pgp.language/Makefile | 8 | ||||
-rw-r--r-- | japanese/qkc/Makefile | 9 |
2 files changed, 4 insertions, 13 deletions
diff --git a/japanese/pgp.language/Makefile b/japanese/pgp.language/Makefile index 08fa183..8a7b80b 100644 --- a/japanese/pgp.language/Makefile +++ b/japanese/pgp.language/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1997 # Whom: Hironori Ikura <hikura@kaisei.org> # -# $Id: Makefile,v 1.4 1998/10/16 03:42:28 jseger Exp $ +# $Id: Makefile,v 1.5 1999/02/03 11:11:49 asami Exp $ # DISTNAME= pgp263i-${PGP_LANGUAGE} @@ -11,18 +11,14 @@ PKGNAME= jp-pgp-2.6.3 CATEGORIES= japanese security MASTER_SITES= ftp://ftp.win.or.jp/pub/network/pgp/2.x/lang/ \ ftp://ftp.ifi.uio.no/pub/pgp/2.x/lang/ -EXTRACT_SUFX= .zip MAINTAINER= hikura@kaisei.org RESTRICTED= "Crypto" -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -q -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= YES NO_BUILD= YES # version and language specifications diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile index d1b964e..c2ca23f 100644 --- a/japanese/qkc/Makefile +++ b/japanese/qkc/Makefile @@ -3,7 +3,7 @@ # Date created: 03 May 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/10/10 05:39:24 steve Exp $ +# $Id: Makefile,v 1.10 1999/02/03 11:11:51 asami Exp $ # DISTNAME= qkcc100 @@ -11,15 +11,10 @@ PKGNAME= ja-qkc-1.0 CATEGORIES= japanese MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/oct/ \ ftp://ftp.iis.u-tokyo.ac.jp/pub1/unix/Kanji/ -EXTRACT_SUFX= .zip MAINTAINER= max@FreeBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -q -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= yes NO_WRKSUBDIR= yes ALL_TARGET= MAN1= qkc.1 |