summaryrefslogtreecommitdiff
path: root/archivers/ha/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-09 00:31:30 +0000
committerhubertf <hubertf>1998-02-09 00:31:30 +0000
commit1835ad7e6a390e1a9957e6dc4315f3f4f13224b3 (patch)
tree35344ea0f64628b0ae7a71d33e703e46a41f5077 /archivers/ha/Makefile
parentf765462259f5022091c758e2c77168c73c9af0b5 (diff)
downloadpkgsrc-1835ad7e6a390e1a9957e6dc4315f3f4f13224b3.tar.gz
Fix stripping of binaries (caused by fixing PR4884)
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r--archivers/ha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile
index f0b000b3add..5cbb3c070e4 100644
--- a/archivers/ha/Makefile
+++ b/archivers/ha/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Jan 1995
# Whom: ache
#
-# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:10 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/02/09 00:34:17 hubertf Exp $
# FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp
#
@@ -22,6 +22,6 @@ ALL_TARGET= ha
USE_GMAKE= yes
do-install:
- cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin
+ cd ${WRKSRC}; ${INSTALL_PROGRAM} ha ${PREFIX}/bin
.include <bsd.port.mk>