diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 16:47:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 16:47:41 +0800 |
commit | e7b383e2d05061b1da86210baab0c5d431d40f74 (patch) | |
tree | adc484c925b25b61d1da9e50ed1a8850b53f0bd0 /mail/nmh/Makefile | |
parent | d780d682d78abdcfe175fc061fa076f5d4419e51 (diff) | |
download | freebsd-ports-gnome-e7b383e2d05061b1da86210baab0c5d431d40f74.tar.gz freebsd-ports-gnome-e7b383e2d05061b1da86210baab0c5d431d40f74.tar.zst freebsd-ports-gnome-e7b383e2d05061b1da86210baab0c5d431d40f74.zip |
${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.)
Diffstat (limited to 'mail/nmh/Makefile')
-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 |