diff options
author | asami <asami@FreeBSD.org> | 1995-04-16 00:23:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-16 00:23:30 +0000 |
commit | d50beb4ccdcc8d9018cfaa6cc86dd842c835c3e8 (patch) | |
tree | d757ccce72325132949419469850969c5c31de92 /archivers/ha | |
parent | 08ed5ca1a327da6eddae7134cdee27cee4fce1a3 (diff) | |
download | FreeBSD-ports-d50beb4ccdcc8d9018cfaa6cc86dd842c835c3e8.zip FreeBSD-ports-d50beb4ccdcc8d9018cfaa6cc86dd842c835c3e8.tar.gz |
install should depend on build.
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 435d5ac..7f3b58e 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} |