diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /wm/amiwm | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'wm/amiwm')
-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 |