aboutsummaryrefslogtreecommitdiff
path: root/net/icpld
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-11 22:44:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-11 22:44:20 +0000
commit3d887c6780da690fc5fc44dc020d5d5cf34c4458 (patch)
tree2c57ecca8aef37ee56dd625c28b0cd2566c178de /net/icpld
parent90dc53106bd7e8e4aa956a619c0701b43b5f6ef3 (diff)
downloadports-3d887c6780da690fc5fc44dc020d5d5cf34c4458.tar.gz
ports-3d887c6780da690fc5fc44dc020d5d5cf34c4458.zip
Notes
Diffstat (limited to 'net/icpld')
-rw-r--r--net/icpld/Makefile10
-rw-r--r--net/icpld/distinfo2
-rw-r--r--net/icpld/pkg-plist2
3 files changed, 12 insertions, 2 deletions
diff --git a/net/icpld/Makefile b/net/icpld/Makefile
index d694e34ca4c8..0bdfb54c05bd 100644
--- a/net/icpld/Makefile
+++ b/net/icpld/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= icpld
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.2
CATEGORIES= net
MASTER_SITES= http://www.ibiblio.org/icpld/download/
@@ -22,6 +22,14 @@ MAN1= ${PORTNAME}.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/icpld.conf.sample ${PREFIX}/etc
+ @${ECHO_MSG} "#####################################################################"
+ @${ECHO_MSG} "Installing ${PREFIX}/etc/icpld.conf.sample file."
+ @${ECHO_MSG} "#####################################################################"
+ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/icpld.sh.sample ${PREFIX}/etc/rc.d
+ @${ECHO_MSG} "#####################################################################"
+ @${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/icpld.sh.sample"
+ @${ECHO_MSG} "#####################################################################"
post-install:
.if !defined(NOPORTDOCS)
diff --git a/net/icpld/distinfo b/net/icpld/distinfo
index d541b5002300..71348f877e5a 100644
--- a/net/icpld/distinfo
+++ b/net/icpld/distinfo
@@ -1 +1 @@
-MD5 (icpld-0.5.0.tar.bz2) = af513de8607f574c43b8c02432308427
+MD5 (icpld-0.5.2.tar.bz2) = 86f2cd7a0320751541aa4d1e77d45118
diff --git a/net/icpld/pkg-plist b/net/icpld/pkg-plist
index cc1b7c4634a3..3c27758654b2 100644
--- a/net/icpld/pkg-plist
+++ b/net/icpld/pkg-plist
@@ -1,3 +1,5 @@
bin/icpld
+etc/icpld.conf.sample
+etc/rc.d/icpld.sh.sample
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%