diff options
author | osa <osa@FreeBSD.org> | 2003-06-24 22:13:47 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-24 22:13:47 +0800 |
commit | 37c5dde328a5d6d7d191fb2ae9787ec8f56468fa (patch) | |
tree | 98aadba39318e5555fc3c2852004a1b5223d365e /net-mgmt/portmon | |
parent | 0d527033d9bc862646675632be61108be2b03db0 (diff) | |
download | freebsd-ports-graphics-37c5dde328a5d6d7d191fb2ae9787ec8f56468fa.tar.gz freebsd-ports-graphics-37c5dde328a5d6d7d191fb2ae9787ec8f56468fa.tar.zst freebsd-ports-graphics-37c5dde328a5d6d7d191fb2ae9787ec8f56468fa.zip |
Update to 1.9
Submitted by: maintainer
PR: 53678
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'net-mgmt/portmon')
-rw-r--r-- | net-mgmt/portmon/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/portmon/distinfo | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile index cb635c85232..3582616ca21 100644 --- a/net-mgmt/portmon/Makefile +++ b/net-mgmt/portmon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portmon -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= net MASTER_SITES= http://www.aboleo.net/software/portmon/downloads/ @@ -14,9 +14,15 @@ MAINTAINER= ponomarew@oberon.net COMMENT= Daemon that monitor network services GNU_CONFIGURE= yes +USE_REINPLACE= yes MAN8= portmon.8 +post-patch: + @${REINPLACE_CMD} -e \ + 's|/etc|${PREFIX}/etc|g' \ + ${WRKSRC}/extras/${PORTNAME}.8 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ ${PREFIX}/bin @@ -24,6 +30,10 @@ do-install: ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/extras/portmon.hosts.sample \ ${PREFIX}/etc + @${ECHO} "------------------------------------------------------------" + @${ECHO} "Sample of configuration file placed at" + @${ECHO} "${PREFIX}/etc/portmon.hosts.sample" + @${ECHO} "------------------------------------------------------------ post-install: .if !defined(NOPORTDOCS) diff --git a/net-mgmt/portmon/distinfo b/net-mgmt/portmon/distinfo index 5d1fb6871ec..d59f1835a8e 100644 --- a/net-mgmt/portmon/distinfo +++ b/net-mgmt/portmon/distinfo @@ -1 +1 @@ -MD5 (portmon-1.8.tar.gz) = 86cc4498e6d9221fd22477bef74ed423 +MD5 (portmon-1.9.tar.gz) = 95ae1352fb6d877b36839a1f90fc2b81 |