diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 00:23:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 00:23:40 +0800 |
commit | e6cc6ef23c91b2933e41ba0b42b2ca2877120579 (patch) | |
tree | ba5f95c4c9cb5442d0f12ccdf3ad26501ed82ccb /x11-wm | |
parent | 21d60e485e12140af78a1cf7440f84ddee95bdd6 (diff) | |
download | freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.tar.gz freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.tar.zst freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.zip |
Mark job unsafe
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/amiwm/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index 24edcde3607e..e7f20bac1978 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -1,19 +1,16 @@ -# New ports collection Makefile for: amiwm-0.20pl28 -# Date created: 13 November 1997 -# Whom: Douglas Carmichael <dcarmich@mcs.com> -# +# Created by: Douglas Carmichael <dcarmich@mcs.com> # $FreeBSD$ -# -PORTNAME= amiwm +zsh:1: command not found: :w PORTVERSION= 0.21.pl2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ DISTNAME= ${PORTNAME}0.21pl2 MAINTAINER= dcarmich@dcarmichael.net -COMMENT= A window manager that makes your desktop look like an Amiga(TM) +COMMENT= Window manager that makes your desktop look like an Amiga(TM) +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext xmu MAN1= amiwm.1 |