diff options
author | schwarz <schwarz@pkgsrc.org> | 2010-09-14 14:57:39 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2010-09-14 14:57:39 +0000 |
commit | 072f98bca7311c0f983a123ea6a3796def394671 (patch) | |
tree | 283ac739cd74ddf6bffa3ea3f5dfeb28888c1449 /net | |
parent | 58e9b9a1b33634471995f88912b179c807ee5326 (diff) | |
download | pkgsrc-072f98bca7311c0f983a123ea6a3796def394671.tar.gz |
added licensing information
Diffstat (limited to 'net')
-rw-r--r-- | net/sipsak/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 93824390476..1d6ae6b00d7 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/06/27 20:28:54 schwarz Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/14 14:57:39 schwarz Exp $ DISTNAME= sipsak-0.9.6-1 PKGNAME= ${DISTNAME:S/-1//} @@ -9,6 +9,7 @@ MASTER_SITES= http://download.berlios.de/sipsak/ MAINTAINER= schwarz@NetBSD.org HOMEPAGE= http://sipsak.org/ COMMENT= Sipsak is a command-line SIP testing utility +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |