aboutsummaryrefslogtreecommitdiff
path: root/net/icpld/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-16 08:47:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-16 08:47:43 +0000
commit132ec64aa8cdae772b9fc6b0258068778c4440d8 (patch)
treebecca1a5a49aeda080dacd1776cd9389f1270d74 /net/icpld/Makefile
parent0721deaec66a31faca0a3c1e7d5cc65f9343fffe (diff)
downloadports-132ec64aa8cdae772b9fc6b0258068778c4440d8.tar.gz
ports-132ec64aa8cdae772b9fc6b0258068778c4440d8.zip
Notes
Diffstat (limited to 'net/icpld/Makefile')
-rw-r--r--net/icpld/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/icpld/Makefile b/net/icpld/Makefile
index c7092b96dafb..43ee53011895 100644
--- a/net/icpld/Makefile
+++ b/net/icpld/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= icpld
-PORTVERSION= 0.5.4
+PORTVERSION= 0.6.0
CATEGORIES= net
MASTER_SITES= http://www.ibiblio.org/icpld/download/
MAINTAINER= krion@FreeBSD.org
COMMENT= Internet connection performance logging daemon
-USE_SIZE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -24,13 +23,10 @@ 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} "#####################################################################"
+ @${ECHO_MSG} '===> Installing ${PREFIX}/etc/icpld.conf.sample file.'
+
${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} "#####################################################################"
+ @${ECHO_MSG} '===> Installing ${PREFIX}/etc/rc.d/icpld.sh.sample'
post-install:
.if !defined(NOPORTDOCS)