summaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-11-19 13:58:35 +0000
committeragc <agc>1997-11-19 13:58:35 +0000
commit7402448d02eba18043424a45fe98f3c3fe606a5b (patch)
tree2bcaa89e5d615c14398fabf145eed42da1dcf1ec /mail/nmh/Makefile
parent73d1122246036710c8dbff76fe0f5988e9ef1ab2 (diff)
downloadpkgsrc-7402448d02eba18043424a45fe98f3c3fe606a5b.tar.gz
Add NetBSD RCS Id.
Make sure that pkg/INSTALL script is executed, even if execute bit isn't set
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r--mail/nmh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 4bfc935edd2..af3b1475e3b 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -3,6 +3,7 @@
# Date created: 26 July 1997
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
#
+# $NetBSD: Makefile,v 1.2 1997/11/19 13:58:35 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
@@ -33,6 +34,6 @@ post-patch:
${ECHO} > ${WRKSRC}/stamp-h.in
post-install:
- @PKG_PREFIX='${PREFIX}' ./pkg/INSTALL
+ @PKG_PREFIX='${PREFIX}' sh -f ./pkg/INSTALL
.include <bsd.port.mk>