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 /net/gated | |
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 'net/gated')
-rw-r--r-- | net/gated/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 6775210270a..9fee45c60ca 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/05/26 02:13:22 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2009/05/19 08:59:26 wiz Exp $ DISTNAME= gated-3-5-11 PKGNAME= gated-3.5.11 @@ -10,18 +10,18 @@ MASTER_SITES= http://www.zcu.cz/ftp/pub/security/merit/gated/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gated.org/ COMMENT= Routing protocol daemon +LICENSE= gated-license -NOT_FOR_PLATFORM= Interix-*-* # no userland routing table support - -USE_TOOLS+= pax - -LICENSE= gated-license RESTRICTED= Required license from Merit NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +NOT_FOR_PLATFORM= Interix-*-* # no userland routing table support + +USE_TOOLS+= pax + RCD_SCRIPTS= gated RCD_SCRIPT_SRC.gated= ${FILESDIR}/gated |