diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
commit | 539536fae4fd527bda14770b3bd20226a83059a5 (patch) | |
tree | eff880fe16e3f1280be1ad7c9ada21c74eda89ed /korean | |
parent | Back out to rev 1.3, the last committer is steve. (diff) |
Switch to using USE_ZIP along with minor cleanups to some ports.
Notes
Notes:
svn path=/head/; revision=18296
Diffstat (limited to 'korean')
-rw-r--r-- | korean/pgp.language/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/korean/pgp.language/Makefile b/korean/pgp.language/Makefile index 4565738e3556..24aae5a0e4d6 100644 --- a/korean/pgp.language/Makefile +++ b/korean/pgp.language/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Jul 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.2 1998/10/16 02:53:04 jseger Exp $ +# $Id: Makefile,v 1.3 1999/02/03 11:11:52 asami Exp $ # # This is based on ja-pgp. # @@ -12,18 +12,14 @@ DISTNAME= pgp263i-${PGP_LANGUAGE} PKGNAME= ko-pgp-2.6.3 CATEGORIES= korean security MASTER_SITES= http://sparcs.kaist.ac.kr/~firiel/Works/ -EXTRACT_SUFX= .zip MAINTAINER= junker@jazz.snu.ac.kr -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp RESTRICTED= "Crypto" -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -q -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= yes NO_BUILD= YES # version and language specifications |