mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix inversion in NOPORTDOCS test introduced in previous delta.
This commit is contained in:
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
|
@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
|
|||
|
||||
USE_BZIP2= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if defined(NOPORTDOCS)
|
||||
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
|
||||
.endif
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
|
|||
|
||||
USE_BZIP2= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if defined(NOPORTDOCS)
|
||||
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
|
||||
.endif
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
|
|||
|
||||
USE_BZIP2= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if defined(NOPORTDOCS)
|
||||
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue