1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/emulators/hfsutils/Makefile
Satoshi Asami 0deeb6b2ce 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.
1998-10-26 07:19:47 +00:00

45 lines
755 B
Makefile

# New ports collection makefile for: hfsutils
# Version required: 3.2.2
# Date Created: 7 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.12 1998/10/24 17:08:47 vanilla Exp $
#
DISTNAME= hfsutils-3.2.2
CATEGORIES= emulators tk80
MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
BROKEN= install
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl --with-tk
MAN1= hattrib.1 \
hcd.1 \
hcopy.1 \
hdel.1 \
hdir.1 \
hformat.1 \
hfs.1 \
hfssh.1 \
hfsutils.1 \
hls.1 \
hmkdir.1 \
hmount.1 \
hpwd.1 \
hrename.1 \
hrmdir.1 \
humount.1 \
hvol.1 \
xhfs.1
post-install:
chmod 755 ${PREFIX}/bin/hfs
.include <bsd.port.mk>