aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ha/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-24 18:58:57 +0800
committerasami <asami@FreeBSD.org>1995-04-24 18:58:57 +0800
commitca6235b88e1718e0f3b01fd5a47bd94561314f17 (patch)
tree1ef370e5579b2648d82d72a1b498fc659568e043 /archivers/ha/Makefile
parentbdf65eb3a082bc71d1c7396c72d0caf8f52729db (diff)
downloadfreebsd-ports-gnome-ca6235b88e1718e0f3b01fd5a47bd94561314f17.tar.gz
freebsd-ports-gnome-ca6235b88e1718e0f3b01fd5a47bd94561314f17.tar.zst
freebsd-ports-gnome-ca6235b88e1718e0f3b01fd5a47bd94561314f17.zip
Updated archivers Makefiles....
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r--archivers/ha/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile
index 7f3b58ea1ba5..e4d0db7593a3 100644
--- a/archivers/ha/Makefile
+++ b/archivers/ha/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Jan 1995
# Whom: ache
#
-# $Id: Makefile,v 1.4 1995/04/12 04:53:54 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/16 00:18:36 asami Exp $
#
DISTNAME= ha0999
@@ -20,8 +20,7 @@ MAKE_FLAGS= CC=cc -f
ALL_TARGET= ha
USE_GMAKE= yes
-install: build
+do-install:
cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin
- @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
.include <bsd.port.mk>