summaryrefslogtreecommitdiff
path: root/net-mgmt/sipcalc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-14 21:35:55 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-14 21:35:55 +0000
commit96cd4dd6fd915ee148afb3f30af76f7fca31edf9 (patch)
tree9ac59b95ce22e0505e9903d9d57e9dddd53e8196 /net-mgmt/sipcalc
parentUpdate to 0.7.8 (diff)
Update to 1.1.1
Update maintainer email address PR: 39303 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61277
Diffstat (limited to 'net-mgmt/sipcalc')
-rw-r--r--net-mgmt/sipcalc/Makefile18
-rw-r--r--net-mgmt/sipcalc/distinfo2
-rw-r--r--net-mgmt/sipcalc/pkg-plist2
3 files changed, 13 insertions, 9 deletions
diff --git a/net-mgmt/sipcalc/Makefile b/net-mgmt/sipcalc/Makefile
index 69a494cb875b..26bfbd4c222f 100644
--- a/net-mgmt/sipcalc/Makefile
+++ b/net-mgmt/sipcalc/Makefile
@@ -6,23 +6,25 @@
#
PORTNAME= sipcalc
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
CATEGORIES= net ipv6
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
-MAINTAINER= Janos.Mohacsi@dante.org.uk
+MAINTAINER= Janos.Mohacsi@bsd.hu
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
MAN1= sipcalc.1
+DOC_FILES= doc/sipcalc.txt
+
post-install:
- @${ECHO} '======================================================='
- @${ECHO} 'If you want CGI support copy sipcalc-www to your CGI '
- @${ECHO} 'directory. Copy also the docs/web.html into the appropriate '
- @${ECHO} 'web directory. This is not done, since CGI and web setup'
- @${ECHO} 'has to be done according to your local policy.'
- @${ECHO} '======================================================='
+.ifndef(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${DOC_FILES}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/net-mgmt/sipcalc/distinfo b/net-mgmt/sipcalc/distinfo
index ba6fd51d4362..21f2a713e237 100644
--- a/net-mgmt/sipcalc/distinfo
+++ b/net-mgmt/sipcalc/distinfo
@@ -1 +1 @@
-MD5 (sipcalc-1.1.0.tar.gz) = 556528a6d80fffda792bd3bdc6ac954b
+MD5 (sipcalc-1.1.1.tar.gz) = 0c08d931afaff76517f8d3021dc43ae0
diff --git a/net-mgmt/sipcalc/pkg-plist b/net-mgmt/sipcalc/pkg-plist
index d5ff407d4904..ba6a605b7fe4 100644
--- a/net-mgmt/sipcalc/pkg-plist
+++ b/net-mgmt/sipcalc/pkg-plist
@@ -1 +1,3 @@
bin/sipcalc
+%%PORTDOCS%%share/doc/sipcalc/sipcalc.txt
+%%PORTDOCS%%@dirrm share/doc/sipcalc