summaryrefslogtreecommitdiffstats
path: root/russian
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-05-12 09:43:57 +0000
committerasami <asami@FreeBSD.org>1995-05-12 09:43:57 +0000
commit8aca8946d1f29b88b867be5801e00f2a9ed2fc3a (patch)
tree003c661a8df92a1569c3bfdd6028f0f3e006640f /russian
parentcd0fdb9f9aa0da76723d352e1ed0bb56f314b472 (diff)
downloadFreeBSD-ports-8aca8946d1f29b88b867be5801e00f2a9ed2fc3a.zip
FreeBSD-ports-8aca8946d1f29b88b867be5801e00f2a9ed2fc3a.tar.gz
Minor fixup (adding PKGNAME=pgp-2.6.ru is the largest).
Diffstat (limited to 'russian')
-rw-r--r--russian/pgp.language/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile
index b9c2a0b5..347f2d9 100644
--- a/russian/pgp.language/Makefile
+++ b/russian/pgp.language/Makefile
@@ -3,17 +3,14 @@
# Date created: 4 May 1995
# Whom: ache
#
-# $Id: Makefile,v 1.1.1.1 1995/05/01 11:47:15 ache Exp $
+# $Id: Makefile,v 1.1.1.1 1995/05/04 14:47:56 ache Exp $
#
DISTNAME= pgp26ru
-EXTRACT_SUFX= .zip
+PKGNAME= pgp-2.6.ru
CATEGORIES+= utilities
MASTER_SITES= ftp://ftp.kiae.su/unix/crypto/pgp/
-NO_WRKSUBDIR= YES
-NO_CONFIGURE= YES
-NO_PATCH= YES
-NO_BUILD= YES
+EXTRACT_SUFX= .zip
MAINTAINER= ache@FreeBSD.ORG
@@ -21,11 +18,16 @@ EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
pgp:${PORTSDIR}/utils/pgp.non-usa_only
EXTRACT_CMD= unzip
EXTRACT_ARGS= -q
+NO_WRKSUBDIR= YES
+NO_CONFIGURE= YES
+NO_PATCH= YES
+NO_BUILD= YES
PGPLIB= ${PREFIX}/lib/pgp
OBJS= language.txt ru.hlp
do-install:
+ [ -d ${PGPLIB} ] || mkdir -p ${PGPLIB}
cd ${WRKSRC}; install -c -o bin -g bin -m 444 ${OBJS} ${PGPLIB}
cd ${WRKSRC}; tr -d '\015' < NOTES.ru > ${PGPLIB}/NOTES.ru
cd ${PGPLIB}; grep -l -q '^Language.*=.*ru' config.txt || { \
OpenPOWER on IntegriCloud