diff options
-rw-r--r-- | net/tryst-examples/Makefile | 1 | ||||
-rw-r--r-- | net/tryst-examples/pkg-descr | 1 | ||||
-rw-r--r-- | net/tryst/Makefile | 1 | ||||
-rw-r--r-- | net/tryst/pkg-descr | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/net/tryst-examples/Makefile b/net/tryst-examples/Makefile index ef1208a724ae..14fb2d75c604 100644 --- a/net/tryst-examples/Makefile +++ b/net/tryst-examples/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= dns_sd:${PORTSDIR}/net/mDNSResponder LICENSE_COMB= dual LICENSE= BSD LGPL21 +LICENSE_BSD_FILE= ${WRKSRC}/Documentation/COPYING USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/net/tryst-examples/pkg-descr b/net/tryst-examples/pkg-descr index 4457d69a5fe8..076c4caee230 100644 --- a/net/tryst-examples/pkg-descr +++ b/net/tryst-examples/pkg-descr @@ -3,5 +3,6 @@ Applications that uses the Tryst kit. TBrowser, TChat LICENSE: BSD 2 clause / LGPL +Copyright (c) 2002 - 2006, Chris B. Vetter WWW: http://gnustep.dyndns.org/ diff --git a/net/tryst/Makefile b/net/tryst/Makefile index b5d5e684032f..4b46ae2ea7d0 100644 --- a/net/tryst/Makefile +++ b/net/tryst/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= dns_sd:${PORTSDIR}/net/mDNSResponder LICENSE_COMB= dual LICENSE= BSD LGPL21 +LICENSE_BSD_FILE= ${WRKSRC}/Documentation/COPYING USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/net/tryst/pkg-descr b/net/tryst/pkg-descr index 73f367b75902..6e39082810d5 100644 --- a/net/tryst/pkg-descr +++ b/net/tryst/pkg-descr @@ -7,5 +7,6 @@ server, so that it can be found by name or browsed for by service type and domain. LICENSE: BSD 2 clause / LGPL +Copyright (c) 2002 - 2006, Chris B. Vetter WWW: http://gnustep.dyndns.org/ |