diff options
author | 1998-08-08 06:14:58 +0000 | |
---|---|---|
committer | 1998-08-08 06:14:58 +0000 | |
commit | 7d88bc23ce45f349d3d0a818eaf35614f94647da (patch) | |
tree | 52ecb70437146ad1dd95c16a55f99ac2c218dada | |
parent | Include signal.h so that it compiles. (diff) | |
download | wireguard-openbsd-7d88bc23ce45f349d3d0a818eaf35614f94647da.tar.xz wireguard-openbsd-7d88bc23ce45f349d3d0a818eaf35614f94647da.zip |
update 'comes with...' message so it is less confusing
-rw-r--r-- | share/mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index d10cc49ee5e..a07ec24925a 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 -# $OpenBSD: bsd.port.mk,v 1.40 1998/07/29 15:32:54 espie Exp $ +# $OpenBSD: bsd.port.mk,v 1.41 1998/08/08 06:14:58 marc Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -865,7 +865,7 @@ IGNORE= "is only for ${ONLY_FOR_ARCHS}, not ${MACHINE}" .endif .elif defined(COMES_WITH) .if ( ${OPSYS_VER} >= ${COMES_WITH} ) -IGNORE= "comes with ${OPSYS} as of release ${COMES_WITH}" +IGNORE= "-- ${PKGNAME:C/-[0-9].*//g} comes with ${OPSYS} as of release ${COMES_WITH}" .endif .endif |