From 06cf8186d3afb8568b3d4d5c1effd36d1a85fe95 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Thu, 13 Jan 2011 08:46:42 +0000 Subject: [PATCH] - Set license markers to NO, as the license is a non-standard, restrictive, homebrew piece of crap. discussed with and ok naddy@ ok markus@ (MAINTAINER) committing on behalf of william@ --- plan9/9wm/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/plan9/9wm/Makefile b/plan9/9wm/Makefile index af3a63ebfe..238db43e8e 100644 --- a/plan9/9wm/Makefile +++ b/plan9/9wm/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.28 2010/10/24 21:31:50 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.29 2011/01/13 08:46:42 jasper Exp $ COMMENT= 8 1/2-like Window Manager for X11 DISTNAME= pre-9wm-1.2 PKGNAME= 9wm-1.2pre -REVISION= 1 +REVISION = 2 CATEGORIES= plan9 MASTER_SITES= http://www.plig.org/xwinman/archive/9wm/ @@ -13,10 +13,11 @@ EXTRACT_CASES= *.shar.gz) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;; MAINTAINER= Markus Friedl -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes +# nonstandard license +PERMIT_PACKAGE_CDROM = No +PERMIT_PACKAGE_FTP = No +PERMIT_DISTFILES_CDROM = No +PERMIT_DISTFILES_FTP = No WANTLIB = X11 Xau Xdmcp Xext c pthread-stubs xcb