diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 03:03:08 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 03:03:08 +0000 |
commit | 1db1eede7a107276875d328c0b08eb4501eefc73 (patch) | |
tree | f2c463bf6edfb092382d23fee452459ffcafe41d /korean | |
parent | ace7cd047442ba3801749b7339c61c6c97b83d28 (diff) | |
download | FreeBSD-ports-1db1eede7a107276875d328c0b08eb4501eefc73.zip FreeBSD-ports-1db1eede7a107276875d328c0b08eb4501eefc73.tar.gz |
Mark BROKEN for ELF:
===> Installing for ko-pine-3.96k.3
install -c -o root -g wheel -m 444 bin/libpico.so.1.3 /usr/local/lib/libpico.so.1.3
/sbin/ldconfig -m /usr/local/lib
install -c -s -o root -g wheel -m 555 bin/pico /usr/local/bin/pico
install: bin/pico: No such file or directory
*** Error code 71
Diffstat (limited to 'korean')
-rw-r--r-- | korean/pine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/korean/pine/Makefile b/korean/pine/Makefile index 5d4e524..5838fd4 100644 --- a/korean/pine/Makefile +++ b/korean/pine/Makefile @@ -6,7 +6,7 @@ # # k3 means pico hangul patch # -# $Id: Makefile,v 1.6 1998/07/27 00:28:22 steve Exp $ +# $Id: Makefile,v 1.7 1998/08/09 00:18:21 steve Exp $ # DISTNAME= pine3.96 @@ -22,6 +22,8 @@ PATCHFILES= pico-3.96-hangul.patch MAINTAINER= junker@jazz.snu.ac.kr +BROKEN_ELF= yes + MAN1= pine.1 pico.1 pilot.1 post-patch: |