pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ansiweather ansiweather: Use INSTALL_SCRIPT to av...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70b6c15565b0
branches: trunk
changeset: 443741:70b6c15565b0
user: nia <nia%pkgsrc.org@localhost>
date: Sun Dec 20 12:41:27 2020 +0000
description:
ansiweather: Use INSTALL_SCRIPT to avoid problems with stripping
diffstat:
misc/ansiweather/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r bdee60f6db79 -r 70b6c15565b0 misc/ansiweather/Makefile
--- a/misc/ansiweather/Makefile Sun Dec 20 12:17:12 2020 +0000
+++ b/misc/ansiweather/Makefile Sun Dec 20 12:41:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/06/16 09:21:57 fcambus Exp $
+# $NetBSD: Makefile,v 1.15 2020/12/20 12:41:27 nia Exp $
DISTNAME= ansiweather-1.17.0
CATEGORIES= misc
@@ -20,8 +20,6 @@
NO_CONFIGURE= yes
NO_BUILD= yes
-INSTALL_UNSTRIPPED= yes
-
DOCDIR= share/doc/ansiweather
EGDIR= share/examples/ansiweather
@@ -36,7 +34,7 @@
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
do-install:
- ${RUN}${INSTALL_PROGRAM} ${WRKSRC}/ansiweather ${DESTDIR}${PREFIX}/bin
+ ${RUN}${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${DESTDIR}${PREFIX}/bin
.for f in AUTHORS ChangeLog README.md ansiweather.plugin.zsh
${RUN}${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
.endfor
Home |
Main Index |
Thread Index |
Old Index