From 6f595e2bc08cf9ede8a33dacb583ca9d6b8d1b07 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 23 Aug 2019 09:02:38 +0000 Subject: [PATCH] - Add LICENSE - Pet portlint - Update WWW Approved by: portmgr blanket --- devel/cproto/Makefile | 4 +++- devel/cproto/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index bd439ee4788f..e069138c4af9 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -9,8 +9,10 @@ MASTER_SITES= ftp://invisible-island.net/cproto/ MAINTAINER= thomas@bsdunix.ch COMMENT= Generate C function prototypes and convert function definitions -GNU_CONFIGURE= yes +LICENSE= PD + USES= tar:tgz +GNU_CONFIGURE= yes PLIST_FILES= bin/cproto man/man1/cproto.1.gz diff --git a/devel/cproto/pkg-descr b/devel/cproto/pkg-descr index cfb9def60542..4eae9167db23 100644 --- a/devel/cproto/pkg-descr +++ b/devel/cproto/pkg-descr @@ -12,4 +12,4 @@ Cproto is in the public domain, except for the configure script which is copyrighted by the Free Software Foundation, Inc. If you have any comments or find any bugs, please let me know. -WWW: http://invisible-island.net/cproto/ +WWW: https://invisible-island.net/cproto/