diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-01-25 16:39:27 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-01-25 16:39:27 +0800 |
commit | b64ad86176af5de0fbbcf0a95a3234a1025fe8e7 (patch) | |
tree | cd2ff77495fd638c5eef9ba016e4c67771ac00ab /audio/xmp | |
parent | ef9f0cb65095bc5cb1f86c735b94a725572cbd6b (diff) | |
download | freebsd-ports-gnome-b64ad86176af5de0fbbcf0a95a3234a1025fe8e7.tar.gz freebsd-ports-gnome-b64ad86176af5de0fbbcf0a95a3234a1025fe8e7.tar.zst freebsd-ports-gnome-b64ad86176af5de0fbbcf0a95a3234a1025fe8e7.zip |
Add LICENSE and remove MD5 sums.
Feature safe: yes
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 081e1b195b77..81bb67702219 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -35,6 +35,8 @@ OPTIONS= ALSA "ALSA output driver" off \ MAKE_JOBS_SAFE= yes +LICENSE= GPLv2 + .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) |