diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-16 16:36:49 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-16 16:36:49 +0000 |
commit | 97e0ef7ef16c662fbb1c738a18a05328987ac03c (patch) | |
tree | 5da87207dae0938363d3399b78a152a7b088fa73 | |
parent | Remove expired ports: (diff) |
- Fix the ZLIB license now that it is standard in bsd.licenses.db.mk
Approved by: cy (maintainer)
Pointyhat to: tabthorpe
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=305981
-rw-r--r-- | lang/dmd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/dmd/Makefile b/lang/dmd/Makefile index a131e44e6ae4..eb23e65f845b 100644 --- a/lang/dmd/Makefile +++ b/lang/dmd/Makefile @@ -23,9 +23,6 @@ PORTDOCS= *.txt html/ phobos/ WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME} LICENSE_COMB= multi LICENSE= ART10 ZLIB DMD -LICENSE_NAME_ZLIB= zlib license -LICENSE_PERMS_ZLIB= ${_LICENSE_PERMS_DEFAULT} -LICENSE_FILE_ZLIB= ${WRKSRC}/../phobos/phoboslicense.txt LICENSE_NAME_DMD= digital mars license LICENSE_FILE_DMD= ${WRKSRC}/../../license.txt LICENSE_PERMS_DMD= no-pkg-mirror auto-accept |