Fix inversion in NOPORTDOCS test introduced in previous delta.

This commit is contained in:
Sheldon Hearn 2001-09-12 23:46:55 +00:00
parent 3bb459985d
commit fad28da06f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47774
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
USE_BZIP2= yes
.if !defined(NOPORTDOCS)
.if defined(NOPORTDOCS)
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
.endif

View file

@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
USE_BZIP2= yes
.if !defined(NOPORTDOCS)
.if defined(NOPORTDOCS)
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
.endif

View file

@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
USE_BZIP2= yes
.if !defined(NOPORTDOCS)
.if defined(NOPORTDOCS)
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
.endif