aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/sipcalc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-30 09:42:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-30 09:42:28 +0800
commitcd686f0c196138698fa91d5359cfd6f1f73a2bee (patch)
treebf9fc36aa986efe637ba80fa5c945e519f51e91d /net-mgmt/sipcalc
parentc2f59a1bc44c9ca67b81c58586a917003d284e82 (diff)
downloadfreebsd-ports-gnome-cd686f0c196138698fa91d5359cfd6f1f73a2bee.tar.gz
freebsd-ports-gnome-cd686f0c196138698fa91d5359cfd6f1f73a2bee.tar.zst
freebsd-ports-gnome-cd686f0c196138698fa91d5359cfd6f1f73a2bee.zip
- Add LICENSE_FILE
- Switch to options helpers
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})