pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/nomarch Override the install target so that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81d22245b8d9
branches:  trunk
changeset: 461694:81d22245b8d9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Sep 19 12:57:38 2003 +0000

description:
Override the install target so that we always use the right install command.
Fixes PR pkg/22852 by Jonathan Perkin.

diffstat:

 archivers/nomarch/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4ad1f97f6b5b -r 81d22245b8d9 archivers/nomarch/Makefile
--- a/archivers/nomarch/Makefile        Fri Sep 19 12:46:18 2003 +0000
+++ b/archivers/nomarch/Makefile        Fri Sep 19 12:57:38 2003 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index