summaryrefslogtreecommitdiff
path: root/misc/ansiweather
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-20 12:41:27 +0000
committernia <nia@pkgsrc.org>2020-12-20 12:41:27 +0000
commitbfe971ae52389758f3fed1d65b31606f92cb10d5 (patch)
tree48f870381d9ce764e8b2dc0a462a465bf8e964ba /misc/ansiweather
parent448d22babf799d5fd005db4b66f9011735ddf6b5 (diff)
downloadpkgsrc-bfe971ae52389758f3fed1d65b31606f92cb10d5.tar.gz
ansiweather: Use INSTALL_SCRIPT to avoid problems with stripping
Diffstat (limited to 'misc/ansiweather')
-rw-r--r--misc/ansiweather/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/ansiweather/Makefile b/misc/ansiweather/Makefile
index a370e7e7332..09345eca034 100644
--- a/misc/ansiweather/Makefile
+++ b/misc/ansiweather/Makefile
@@ -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 @@ DEPENDS+= jq-[0-9]*:../../devel/jq
NO_CONFIGURE= yes
NO_BUILD= yes
-INSTALL_UNSTRIPPED= yes
-
DOCDIR= share/doc/ansiweather
EGDIR= share/examples/ansiweather
@@ -36,7 +34,7 @@ AUTO_MKDIRS= yes
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