diff options
Diffstat (limited to 'wm/amiwm/Makefile')
-rw-r--r-- | wm/amiwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index 6ab5a8be1a2..ba926fbbe0d 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/09/12 20:06:29 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2009/05/19 08:59:36 wiz Exp $ # DISTNAME= amiwm0.20pl48 @@ -10,15 +10,15 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html COMMENT= X window manager with Amiga look and feel - -PKG_DESTDIR_SUPPORT= user-destdir - LICENSE= amiwm-license + RESTRICTED= Distribution limited to non-commercial purposes, unmodified binaries only. NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= ksh:run yacc lex REPLACE_KSH= Xsession.in Xsession2.in |