diff options
Diffstat (limited to 'net/upclient/Makefile')
-rw-r--r-- | net/upclient/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net/upclient/Makefile b/net/upclient/Makefile index e88312826c2..df2691a242a 100644 --- a/net/upclient/Makefile +++ b/net/upclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/04/06 15:46:38 rodent Exp $ +# $NetBSD: Makefile,v 1.30 2016/02/25 16:20:53 jperkin Exp $ # DISTNAME= upclient-4.2.1.23 @@ -10,15 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://uptimes.hostingwired.com/ COMMENT= Keeps track of your server uptime, and compares it to other hosts -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "DragonFly" -BUILD_TARGET= dragonfly -.elif ${OPSYS} == "SunOS" -BUILD_TARGET= solaris -.else -BUILD_TARGET= bsd -.endif +BUILD_TARGET.DragonFly= dragonfly +BUILD_TARGET.SunOS= solaris +BUILD_TARGET.*= bsd EGDIR= ${PREFIX}/share/examples/upclient CONF_FILES= ${EGDIR}/upclient.conf ${PKG_SYSCONFDIR}/upclient.conf |