summaryrefslogtreecommitdiff
path: root/archivers/nomarch
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-19 12:57:38 +0000
committerjmmv <jmmv>2003-09-19 12:57:38 +0000
commitb29d0de447a71637ab28f254a1b350112c57e086 (patch)
tree193b5e0f5b18c140a75df34e9d65cb60f856bb72 /archivers/nomarch
parent34777266d0ac6372d17b4795f4c1175636ee8365 (diff)
downloadpkgsrc-b29d0de447a71637ab28f254a1b350112c57e086.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/nomarch')
-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"