1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add LICENSE_FILE

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2015-12-30 01:42:28 +00:00
parent cd8d7e7797
commit d45974e0fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404797

View File

@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= IP subnet calculator with IPv6 support
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
@ -18,7 +19,7 @@ PLIST_FILES= bin/sipcalc man/man1/sipcalc.1.gz
OPTIONS_DEFINE= DOCS
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README \
${STAGEDIR}${DOCSDIR})