diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 08:47:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 08:47:41 +0000 |
commit | 3c01009f0ee3921d505cf04d9d282965cd9dc2b0 (patch) | |
tree | 362ae46502f4aec06a48f2c07d85dc8299dd5c15 /mail/nmh | |
parent | Rename pkg/{COMMENT,DESCR} to pkg-{comment,descr}. Take out (diff) |
${PKGDIR}/INSTALL -> ${PKGINSTALL}. Also, give the requisite two
arguments to ${PKGINSTALL}. (I suspect this install script actually
working without the second argument is because of this Makefile, but I
won't touch the script itself.)
Notes
Notes:
svn path=/head/; revision=33564
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index a4b606b33ca5..bb7fc16f106b 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -94,7 +94,7 @@ MLINKS= mh-profile.5 mh_profile.5 MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8 post-install: - @PKG_PREFIX='${PREFIX}' ${SH} ${PKGDIR}/INSTALL + @PKG_PREFIX='${PREFIX}' ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL chgrp mail ${PREFIX}/bin/inc ${CHMOD} g+s ${PREFIX}/bin/inc |