mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Use the correct pkg-message on recent versions of -CURRENT.
Reported by: bento via kris
This commit is contained in:
parent
730be95bef
commit
53415a7114
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100028
@ -59,7 +59,7 @@ INCLUDEDIR= /usr/include
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500043
|
.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100
|
||||||
PKGMESSAGE= ${PKGDIR}/.not-here
|
PKGMESSAGE= ${PKGDIR}/.not-here
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ INCLUDEDIR= /usr/include
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500043
|
.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100
|
||||||
PKGMESSAGE= ${PKGDIR}/.not-here
|
PKGMESSAGE= ${PKGDIR}/.not-here
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user