From 37dabf7e02035fc24598087ec7a22605ba8e547c Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 19 Sep 2003 12:57:38 +0000 Subject: Override the install target so that we always use the right install command. Fixes PR pkg/22852 by Jonathan Perkin. --- archivers/nomarch/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index 554fd08d49a..5804a6a1df9 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:21:28 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/19 12:57:38 jmmv Exp $ # DISTNAME= nomarch-1.3 @@ -12,4 +12,8 @@ COMMENT= Free replacement for the arc program USE_BUILDLINK2= YES MAKE_FLAGS+= PREFIX=${PREFIX} +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin/nomarch + ${INSTALL_DATA} ${WRKSRC}/nomarch.1 ${PREFIX}/man/man1/nomarch.1 + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3