From e0bc7a47f0f045fbf16c20ab408d2f3f2d11685a Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 25 Feb 2016 12:50:49 +0000 Subject: Use OPSYSVARS. --- editors/ne/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'editors') diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 3674bf9ffbc..a5a31b8da5d 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/09/23 22:30:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2016/02/25 12:56:10 jperkin Exp $ DISTNAME= ne-1.31 CATEGORIES= editors @@ -15,13 +15,8 @@ WRKSRC= ${WRKDIR}/src EXTRACT_ONLY= ${DISTNAME}.tar.gz -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -BUILD_TARGET= SunOS5_gcc ne -.else -BUILD_TARGET= NetBSD ne -.endif +BUILD_TARGET.SunOS= SunOS5_gcc ne +BUILD_TARGET.*= NetBSD ne INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -- cgit v1.2.3