From 641008178ec96612de2f4f4381de655143baf4a2 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 4 Jan 2015 09:25:36 +0000 Subject: Set USE_BSD_MAKEFILE instead of limiting to netbsd. --- misc/window/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'misc') diff --git a/misc/window/Makefile b/misc/window/Makefile index b4aa5998b0f..ed5c2cb56e7 100644 --- a/misc/window/Makefile +++ b/misc/window/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/08 09:57:41 asau Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/04 09:25:36 dholland Exp $ DISTNAME= window-20120215 CATEGORIES= misc @@ -8,13 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Windowing environment for ASCII terminals LICENSE= modified-bsd -# The current distfile relies on the NetBSD make system and does not use any -# kind of autoconfiguration. This is done purely for simplicity reasons but -# is why this package is restricted to NetBSD. If anyone is willing to -# improve the distfile to be more portable (e.g. by adding autoconf support), -# we can remove this limitation. -ONLY_FOR_PLATFORM= NetBSD-[5-9]*-* - +USE_BSD_MAKEFILE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: -- cgit v1.2.3