mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE
- Pet portlint - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
435ba88b04
commit
6f595e2bc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509635
2 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,10 @@ MASTER_SITES= ftp://invisible-island.net/cproto/
|
||||||
MAINTAINER= thomas@bsdunix.ch
|
MAINTAINER= thomas@bsdunix.ch
|
||||||
COMMENT= Generate C function prototypes and convert function definitions
|
COMMENT= Generate C function prototypes and convert function definitions
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
LICENSE= PD
|
||||||
|
|
||||||
USES= tar:tgz
|
USES= tar:tgz
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/cproto man/man1/cproto.1.gz
|
PLIST_FILES= bin/cproto man/man1/cproto.1.gz
|
||||||
|
|
||||||
|
|
|
@ -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
|
copyrighted by the Free Software Foundation, Inc. If you have any comments
|
||||||
or find any bugs, please let me know.
|
or find any bugs, please let me know.
|
||||||
|
|
||||||
WWW: http://invisible-island.net/cproto/
|
WWW: https://invisible-island.net/cproto/
|
||||||
|
|
Loading…
Add table
Reference in a new issue