diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 08:48:11 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 08:48:11 +0800 |
commit | 90210f164ca70328e930d6315053db288cdb615f (patch) | |
tree | 1d6e769f29797d8d7a375c3ad8c72c2e834ef132 /russian | |
parent | 372bc42a583479163037f9652f4a91ae3797beb5 (diff) | |
download | freebsd-ports-gnome-90210f164ca70328e930d6315053db288cdb615f.tar.gz freebsd-ports-gnome-90210f164ca70328e930d6315053db288cdb615f.tar.zst freebsd-ports-gnome-90210f164ca70328e930d6315053db288cdb615f.zip |
Mark BROKEN for ELF:
===> ru-pgp-2.6.3ia depends on executable: pgp - found
[ -d /usr/local/lib/pgp ] || mkdir -p /usr/local/lib/pgp
cd /usr/ports/russian/pgp.language/work; install -c -o bin -g bin -m 444 language.txt ru.hlp /usr/local/lib/pgp
cd /usr/ports/russian/pgp.language/work; tr -d '\015' < NOTES.ru > /usr/local/lib/pgp/NOTES.ru
cd /usr/local/lib/pgp; grep -l -q '^Language.*=.*ru' config.txt || { cp config.txt config.txt.bak; sed 's/^Language.*=.*$/Language = ru/' < config.txt.bak > config.txt; }
grep: config.txt: No such file or directory
cp: config.txt: No such file or directory
*** Error code 1
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pgp.language/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index ea365ba9643e..197354b2240b 100644 --- a/russian/pgp.language/Makefile +++ b/russian/pgp.language/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: ache # -# $Id: Makefile,v 1.16 1997/08/10 22:31:25 fenner Exp $ +# $Id: Makefile,v 1.17 1998/06/27 05:19:30 asami Exp $ # DISTNAME= pgp26ru @@ -14,6 +14,8 @@ EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG +BROKEN_ELF= yes + BUILD_DEPENDS += unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS += pgp:${PORTSDIR}/security/pgp |