- Fix `make package' by removing @dirrm entry for a non-existent directory.
- Use a valid LICENSE name.
This commit is contained in:
parent
4ccbdc48eb
commit
e6f3020ecf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343382
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \
|
|||
MAINTAINER= fullermd@over-yonder.net
|
||||
COMMENT= A library to handle manipulating CIDR netblocks
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_XZ= yes
|
||||
|
|
|
@ -13,4 +13,3 @@ man/man3/libcidr.3.gz
|
|||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cidrcalc
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/acl
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue