View | Details | Raw Unified | Return to bug 53678
Collapse All | Expand All

(-)portmon/Makefile (-1 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	portmon
8
PORTNAME=	portmon
9
PORTVERSION=	1.8
9
PORTVERSION=	1.9
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://www.aboleo.net/software/portmon/downloads/
11
MASTER_SITES=	http://www.aboleo.net/software/portmon/downloads/
12
12
Lines 14-22 Link Here
14
COMMENT=	Daemon that monitor network services
14
COMMENT=	Daemon that monitor network services
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_REINPLACE=	yes
17
18
18
MAN8=		portmon.8
19
MAN8=		portmon.8
19
20
21
post-patch:
22
	@${REINPLACE_CMD} -e \
23
	's|/etc|${PREFIX}/etc|g' \
24
		${WRKSRC}/extras/${PORTNAME}.8
25
20
do-install:
26
do-install:
21
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
27
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
22
		${PREFIX}/bin
28
		${PREFIX}/bin
Lines 24-29 Link Here
24
		${PREFIX}/man/man8
30
		${PREFIX}/man/man8
25
	${INSTALL_DATA} ${WRKSRC}/extras/portmon.hosts.sample \
31
	${INSTALL_DATA} ${WRKSRC}/extras/portmon.hosts.sample \
26
		${PREFIX}/etc
32
		${PREFIX}/etc
33
	@${ECHO} "------------------------------------------------------------"
34
	@${ECHO} "Sample of configuration file placed at"
35
	@${ECHO} "${PREFIX}/etc/portmon.hosts.sample"
36
	@${ECHO} "------------------------------------------------------------
27
37
28
post-install:
38
post-install:
29
.if !defined(NOPORTDOCS)
39
.if !defined(NOPORTDOCS)
(-)portmon/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (portmon-1.8.tar.gz) = 86cc4498e6d9221fd22477bef74ed423
1
MD5 (portmon-1.9.tar.gz) = 95ae1352fb6d877b36839a1f90fc2b81

Return to bug 53678