pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/primer3 Use INSTALL_PROGRAM for executables (i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2d3385976f1
branches:  trunk
changeset: 645619:c2d3385976f1
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 31 06:21:39 2015 +0000

description:
Use INSTALL_PROGRAM for executables (instead of INSTALL_DATA).

diffstat:

 biology/primer3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5517bbd03560 -r c2d3385976f1 biology/primer3/Makefile
--- a/biology/primer3/Makefile  Sat Jan 31 06:18:54 2015 +0000
+++ b/biology/primer3/Makefile  Sat Jan 31 06:21:39 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/01/31 06:18:42 mef Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/31 06:21:39 mef Exp $
 #
 
 VERS=          2.3.6
@@ -30,7 +30,7 @@
 
 do-install:
 .for f in ${BINFILES}
-       ${INSTALL_DATA} ${WRKSRC}/src/${f} ${DESTDIR}${BINDIR}
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/${f} ${DESTDIR}${BINDIR}
 .endfor
 .for f in ${DOCFILES}
        ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}



Home | Main Index | Thread Index | Old Index