diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-14 21:35:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-14 21:35:55 +0000 |
commit | 96cd4dd6fd915ee148afb3f30af76f7fca31edf9 (patch) | |
tree | 9ac59b95ce22e0505e9903d9d57e9dddd53e8196 | |
parent | 2bf3a3add3955fddeb605e446ee672f9aa8618e4 (diff) | |
download | ports-96cd4dd6fd915ee148afb3f30af76f7fca31edf9.tar.gz ports-96cd4dd6fd915ee148afb3f30af76f7fca31edf9.zip |
Notes
-rw-r--r-- | net-mgmt/sipcalc/Makefile | 18 | ||||
-rw-r--r-- | net-mgmt/sipcalc/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/sipcalc/pkg-plist | 2 | ||||
-rw-r--r-- | net/sipcalc/Makefile | 18 | ||||
-rw-r--r-- | net/sipcalc/distinfo | 2 | ||||
-rw-r--r-- | net/sipcalc/pkg-plist | 2 |
6 files changed, 26 insertions, 18 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 diff --git a/net/sipcalc/Makefile b/net/sipcalc/Makefile index 69a494cb875b..26bfbd4c222f 100644 --- a/net/sipcalc/Makefile +++ b/net/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/sipcalc/distinfo b/net/sipcalc/distinfo index ba6fd51d4362..21f2a713e237 100644 --- a/net/sipcalc/distinfo +++ b/net/sipcalc/distinfo @@ -1 +1 @@ -MD5 (sipcalc-1.1.0.tar.gz) = 556528a6d80fffda792bd3bdc6ac954b +MD5 (sipcalc-1.1.1.tar.gz) = 0c08d931afaff76517f8d3021dc43ae0 diff --git a/net/sipcalc/pkg-plist b/net/sipcalc/pkg-plist index d5ff407d4904..ba6a605b7fe4 100644 --- a/net/sipcalc/pkg-plist +++ b/net/sipcalc/pkg-plist @@ -1 +1,3 @@ bin/sipcalc +%%PORTDOCS%%share/doc/sipcalc/sipcalc.txt +%%PORTDOCS%%@dirrm share/doc/sipcalc |