aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/sipcalc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-30 01:42:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-30 01:42:28 +0000
commitd45974e0fe87ba3e58d0db216a5eb889bd71558b (patch)
treebf9fc36aa986efe637ba80fa5c945e519f51e91d /net-mgmt/sipcalc
parentcd8d7e7797b1a44be1ef3403466babf9f7df80eb (diff)
downloadports-d45974e0fe87ba3e58d0db216a5eb889bd71558b.tar.gz
ports-d45974e0fe87ba3e58d0db216a5eb889bd71558b.zip
Notes
Diffstat (limited to 'net-mgmt/sipcalc')
-rw-r--r--net-mgmt/sipcalc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/sipcalc/Makefile b/net-mgmt/sipcalc/Makefile
index f0e782ee2ab8..36c5aa8399a2 100644
--- a/net-mgmt/sipcalc/Makefile
+++ b/net-mgmt/sipcalc/Makefile
@@ -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})