Skip to content

Commit

Permalink
INSTALL_SCRIPT, not INSTALL_PROGRAM.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Feb 7, 2022
1 parent 45b966e commit 4fc5e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mail/qtraceaddr/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2022/02/05 13:50:22 schmonz Exp $
# $NetBSD: Makefile,v 1.2 2022/02/07 09:01:02 schmonz Exp $

DISTNAME= qtraceaddr
PKGNAME= ${DISTNAME}-20061202
Expand Down Expand Up @@ -29,6 +29,6 @@ BUILD_DEFS+= QMAILDIR QMAIL_ALIAS_USER
INSTALLATION_DIRS= bin

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PKGBASE} ${DESTDIR}${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} ${DESTDIR}${PREFIX}/bin/

.include "../../mk/bsd.pkg.mk"

0 comments on commit 4fc5e55

Please sign in to comment.