diff options
author | zi <zi@FreeBSD.org> | 2011-09-26 00:15:00 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-09-26 00:15:00 +0800 |
commit | da9c7d34b1818274f734673fd015f4a479d32014 (patch) | |
tree | b3669ee70ec5509239eec9fbc075a3289b1229d1 /net-mgmt | |
parent | fc6b80994d1c43915129cc9d592ead0348131d12 (diff) | |
download | freebsd-ports-gnome-da9c7d34b1818274f734673fd015f4a479d32014.tar.gz freebsd-ports-gnome-da9c7d34b1818274f734673fd015f4a479d32014.tar.zst freebsd-ports-gnome-da9c7d34b1818274f734673fd015f4a479d32014.zip |
- Add LICENSE
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ramond/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/ramond/Makefile b/net-mgmt/ramond/Makefile index 8b58f7a54ccf..c375beead1a9 100644 --- a/net-mgmt/ramond/Makefile +++ b/net-mgmt/ramond/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/_${PORTVERSION}/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= On-link IPv6 router advertisment monitoring and reporting daemon +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= YES USE_GNOME= libxml2 |