diff options
author | asami <asami@FreeBSD.org> | 1998-10-26 15:19:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-26 15:19:47 +0800 |
commit | ea67983e79a05653424beb8340c74d13bd44dbdd (patch) | |
tree | 22aa27db124ff8f19abbe98cc369ace7a1a59377 /emulators | |
parent | b7100e1e1fc97420d630a2a0e82138da9a7cb1fe (diff) | |
download | freebsd-ports-gnome-ea67983e79a05653424beb8340c74d13bd44dbdd.tar.gz freebsd-ports-gnome-ea67983e79a05653424beb8340c74d13bd44dbdd.tar.zst freebsd-ports-gnome-ea67983e79a05653424beb8340c74d13bd44dbdd.zip |
Doesn't install....
===
for file in hfssh; do install -c -s -o bin -g bin -m 555 -m 755 $file "/usr/local/bin/."; done
for file in hfs; do install -c -o bin -g bin -m 444 $file "/usr/local/bin/."; done
install: hfs: No such file or directory
*** Error code 71
Stop.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hfsutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index 57756bc4eead..403b90910728 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -3,7 +3,7 @@ # Date Created: 7 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.11 1998/10/03 22:06:12 steve Exp $ +# $Id: Makefile,v 1.12 1998/10/24 17:08:47 vanilla Exp $ # DISTNAME= hfsutils-3.2.2 @@ -14,6 +14,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +BROKEN= install + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl --with-tk |