summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-19 12:57:38 +0000
committerjmmv <jmmv>2003-09-19 12:57:38 +0000
commitb5547b2389ceb26c84d044513c27760f9931359b (patch)
tree193b5e0f5b18c140a75df34e9d65cb60f856bb72 /archivers
parent0dcb85cceaf3244df36807173b8548a3ceecf8f4 (diff)
downloadpkgsrc-b5547b2389ceb26c84d044513c27760f9931359b.tar.gz
Override the install target so that we always use the right install command.
Fixes PR pkg/22852 by Jonathan Perkin.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/nomarch/Makefile6
1 files changed, 5 insertions, 1 deletions
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"