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 /misc/fep | |
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 'misc/fep')
-rw-r--r-- | misc/fep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index 48372335c9e..2f61ebdfdd4 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/01/03 18:16:10 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/05/19 08:59:23 wiz Exp $ DISTNAME= fep PKGNAME= fep-1.0 @@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/ MAINTAINER= nobu@psrc.isac.co.jp COMMENT= General purpose front end for command line editing - LICENSE= fep-license + RESTRICTED= Do not redistribute for a fee. NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |