From 867ed52e89a39bd2f7fea815c96c6906c56e6a91 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 16 Apr 1995 00:23:30 +0000 Subject: install should depend on build. --- archivers/ha/Makefile | 4 ++-- archivers/unarj/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 435d5acf4ca1..7f3b58ea1ba5 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.3 1995/04/01 12:43:23 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/12 04:53:54 asami Exp $ # DISTNAME= ha0999 @@ -20,7 +20,7 @@ MAKE_FLAGS= CC=cc -f ALL_TARGET= ha USE_GMAKE= yes -install: +install: build cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 9b5108875890..2c044eabe6fd 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.2 1995/04/01 12:43:28 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/12 04:54:03 asami Exp $ # DISTNAME= unarj @@ -14,7 +14,7 @@ DISTFILES= unarj241.tar.Z MAINTAINER= ache@FreeBSD.ORG -install: +install: build cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin .include -- cgit v1.2.3