diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-16 10:09:22 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-16 10:09:22 +0800 |
commit | d80eed31027287b598808e1c5d99384e0df98524 (patch) | |
tree | 75be6c56e46f1d6cd7d9639513abdef3485b02d0 /sysutils | |
parent | 22a0beb7b42fea922ee8e9c91456a92d9435c1f0 (diff) | |
download | freebsd-ports-gnome-d80eed31027287b598808e1c5d99384e0df98524.tar.gz freebsd-ports-gnome-d80eed31027287b598808e1c5d99384e0df98524.tar.zst freebsd-ports-gnome-d80eed31027287b598808e1c5d99384e0df98524.zip |
- Remove LICENSE_GROUPS, LICENSE_NAME, and LICENSE_PERMS since
the zlib license is now in bsd.licenses.db.mk
Reported by: pointyhat
Submitted by: tabthorpe
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/duff/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/duff/Makefile b/sysutils/duff/Makefile index 562e17d775c7..e42c11500a71 100644 --- a/sysutils/duff/Makefile +++ b/sysutils/duff/Makefile @@ -9,10 +9,7 @@ MAINTAINER= jhale@FreeBSD.org COMMENT= Duplicate file finder LICENSE= ZLIB -LICENSE_GROUPS= FSF GPL OSI -LICENSE_NAME= ZLIB license LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= auto-accept USE_BZIP2= yes GNU_CONFIGURE= yes |