The following bits were incorrect:

PKGINSTALL	${PKGDIR}/PKGINSTALL
PKGDEINSTALL	${PKGDIR}/PKGDEINSTALL

should be...

PKGINSTALL	${PKGDIR}/INSTALL
PKGDEINSTALL	${PKGDIR}/DEINSTALL

Submitted by:	jasone
This commit is contained in:
Jim Mock 2000-05-09 00:08:44 +00:00
parent d4d2018a30
commit 299fc9f36b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7172
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.95 2000/04/30 22:12:34 nik Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.96 2000/05/02 23:30:24 peter Exp $
-->
<chapter id="ports">
@ -2894,12 +2894,12 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
<row>
<entry><makevar>PKGINSTALL</makevar></entry>
<entry><literal>${PKGDIR}/PKGINSTALL</literal></entry>
<entry><literal>${PKGDIR}/INSTALL</literal></entry>
</row>
<row>
<entry><makevar>PKGDEINSTALL</makevar></entry>
<entry><literal>${PKGDIR}/PKGDEINSTALL</literal></entry>
<entry><literal>${PKGDIR}/DEINSTALL</literal></entry>
</row>
<row>