diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-10 16:09:19 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-10 16:09:19 +0000 |
commit | 1912e1e846b26173f8965cf459e4f40d208f490a (patch) | |
tree | 5e52c07be475d171a7a52ed7d1f99845f0ee4d45 /textproc/replaceit/Makefile | |
parent | 58859a833b92e160ee4cbbf55c657404783524de (diff) | |
download | ports-1912e1e846b26173f8965cf459e4f40d208f490a.tar.gz ports-1912e1e846b26173f8965cf459e4f40d208f490a.zip |
Update "BSD" license in textproc category
Notes
Notes:
svn path=/head/; revision=374477
Diffstat (limited to 'textproc/replaceit/Makefile')
-rw-r--r-- | textproc/replaceit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/replaceit/Makefile b/textproc/replaceit/Makefile index f0a2cdbc1b9b..254c9d52d749 100644 --- a/textproc/replaceit/Makefile +++ b/textproc/replaceit/Makefile @@ -9,8 +9,10 @@ MASTER_SITES= http://pldaniels.com/replaceit/ MAINTAINER= ports@FreeBSD.org COMMENT= Light replacement to the combination of sed/awk/grep/head/tail -LICENSE= BSD +LICENSE= Sendmail +LICENSE_NAME= Sendmail License LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept MAKE_ARGS= CC="${CC}" PRF="${CFLAGS}" |