diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 09:25:36 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 09:25:36 +0000 |
commit | 641008178ec96612de2f4f4381de655143baf4a2 (patch) | |
tree | 48dca4b23df213a64347f303846d84c867a3a30f | |
parent | fb577546226101823b15341961cb1a6ffc7c0691 (diff) | |
download | pkgsrc-641008178ec96612de2f4f4381de655143baf4a2.tar.gz |
Set USE_BSD_MAKEFILE instead of limiting to netbsd.
-rw-r--r-- | misc/window/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
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: |