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 /mail/courier-analog | |
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 'mail/courier-analog')
-rw-r--r-- | mail/courier-analog/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/courier-analog/Makefile b/mail/courier-analog/Makefile index 04b6f5addc6..8e4f6bc69c9 100644 --- a/mail/courier-analog/Makefile +++ b/mail/courier-analog/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2008/02/19 18:45:09 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2009/05/19 08:59:20 wiz Exp $ DISTNAME= courier-analog-0.15 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 -#LICENSE= gnu-gpl-v3 - MAINTAINER= jlam@pkgsrc.org HOMEPAGE= http://www.courier-mta.org/ COMMENT= Courier log analyzer +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir |