Expand ONLY_FOR_PLATFORM: the package internally thinks it supports

Solaris, so enable that; and if it works on NetBSD and Dragonfly with
a single "bsd" setting we can reasonably assume that it will work on
FreeBSD and OpenBSD (and MirBSD and Bitrig) with only minor
adjustments.

These probably won't all quite work out of the box yet, but that's
what bulk runs are for.
This commit is contained in:
dholland 2015-07-12 06:25:37 +00:00
parent 22959d8584
commit a0d30944e5

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:00 asau Exp $
# $NetBSD: Makefile,v 1.13 2015/07/12 06:25:37 dholland Exp $
DISTNAME= ppp-${PPPD_VERSION}
PKGNAME= ${DISTNAME:S/ppp/&d/}
@ -14,7 +14,8 @@ USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_TOOLS+= gmake
ONLY_FOR_PLATFORM+= NetBSD-*-* Linux-*-* DragonFly*
ONLY_FOR_PLATFORM+= SunOS-*-* Linux-*-* NetBSD-*-* OpenBSD-*-* \
MirBSD-*-* Bitrig-*-* FreeBSD-*-* DragonFly-*-*
PKG_SYSCONFSUBDIR= ppp
CONFIGURE_ENV+= PREFIX=${PREFIX:Q} PKGSYSCONFDIR=${PKG_SYSCONFDIR:Q}