diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-27 16:39:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-27 16:39:37 +0800 |
commit | 1a5a082812a3583b6c251a2a623f30ef4ed63ab7 (patch) | |
tree | 50537ac6e1e9fa1b99c5c03225db5910438cb66d /deskutils | |
parent | 3290fc901a7e7962f06521699677a4f2dafd4184 (diff) | |
download | freebsd-ports-gnome-1a5a082812a3583b6c251a2a623f30ef4ed63ab7.tar.gz freebsd-ports-gnome-1a5a082812a3583b6c251a2a623f30ef4ed63ab7.tar.zst freebsd-ports-gnome-1a5a082812a3583b6c251a2a623f30ef4ed63ab7.zip |
- Remove false DEPRECATED
- Add LICENSE
PR: 187036
Submitted by: Ports Fury
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mdh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile index 07869fcd4fa5..3b4e3e308339 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://www.gozer.org/programs/gtk/files/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2-based toolbar, like a smaller GNOME panel -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-07 +LICENSE= GPLv2 # (or later) USE_BZIP2= yes USE_GNOME= gtk20 |