summaryrefslogtreecommitdiff
path: root/archivers/ha
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-09 00:31:30 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-09 00:31:30 +0000
commitd16d2fc0c95c8921efbc72936656325437ace601 (patch)
tree35344ea0f64628b0ae7a71d33e703e46a41f5077 /archivers/ha
parenta3b2a5a3a149aaaeaf532ecbe8d0eba14590c3ee (diff)
downloadpkgsrc-d16d2fc0c95c8921efbc72936656325437ace601.tar.gz
Fix stripping of binaries (caused by fixing PR4884)
Diffstat (limited to 'archivers/ha')
-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>