summaryrefslogtreecommitdiff
path: root/russian/pgp.language
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-12 09:43:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-12 09:43:57 +0000
commitefb53b6a0829f8b8b1819394e1ae55207d69d157 (patch)
treee31f45eddfe2c40d86979f9f8c7e6b70854941b5 /russian/pgp.language
parentWhen NO_PACKAGE is set, "package" and "repackage" don't depend on (diff)
Minor fixup (adding PKGNAME=pgp-2.6.ru is the largest).
Notes
Notes: svn path=/head/; revision=1691
Diffstat (limited to 'russian/pgp.language')
-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 b9c2a0b55279..347f2d9d2cc2 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 || { \