summaryrefslogtreecommitdiff
path: root/archivers/unarj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/unarj/Makefile')
-rw-r--r--archivers/unarj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index 5feb416a111..1dd0add16a9 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/11/12 15:22:56 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/12/26 15:46:10 garbled Exp $
# FreeBSD Id: Makefile,v 1.6 1996/11/12 02:17:38 obrien Exp
#
@@ -13,6 +13,6 @@ MAINTAINER= packages@netbsd.org
WRKSRC= ${WRKDIR}/unarj
do-install:
- cd ${WRKSRC}; ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin
+ cd ${WRKSRC}; ${INSTALL_PROGRAM} unarj ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"