diff options
author | wiz <wiz> | 2007-10-12 23:06:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-10-12 23:06:27 +0000 |
commit | 94b786b1bb150f72eb0cc4edac20d7735d72acd9 (patch) | |
tree | fd0b091019febed3f13a268988ab2015c1da3a72 | |
parent | 9f9304e4e7a18a3980d01d23c887f395f5659671 (diff) | |
download | pkgsrc-94b786b1bb150f72eb0cc4edac20d7735d72acd9.tar.gz |
Add comment indicating that this package falls under GPLv3.
-rw-r--r-- | chat/weechat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 890bc631d3f..678a92e81be 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/10/12 18:38:41 tonio Exp $ +# $NetBSD: Makefile,v 1.18 2007/10/12 23:06:27 wiz Exp $ # DISTNAME= weechat-0.2.6 @@ -20,6 +20,8 @@ MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} INCOMPAT_CURSES+= NetBSD-*-* +#LICENSE= gplv3 + .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" |