View | Details | Raw Unified | Return to bug 193368 | Differences between
and this patch

Collapse All | Expand All

(-)balance/Makefile (-10 / +8 lines)
Lines 3-27 Link Here
3
3
4
PORTNAME=	balance
4
PORTNAME=	balance
5
PORTVERSION=	3.54
5
PORTVERSION=	3.54
6
CATEGORIES=	net
6
CATEGORIES=		net
7
MASTER_SITES=	http://www.inlab.de/
7
MASTER_SITES=	http://www.inlab.de/
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=		portmaster@FreeBSD.org
10
COMMENT=	Simple but powerful generic TCP proxy with round robin features
10
COMMENT=		Simple but powerful generic TCP proxy with round robin features
11
11
12
ALL_TARGET=	balance
12
LICENSE=		GPLv1
13
14
ALL_TARGET=		balance
13
USE_RC_SUBR=	balance
15
USE_RC_SUBR=	balance
14
16
15
MAN1=		balance.1
16
17
NO_STAGE=	yes
18
pre-build:
17
pre-build:
19
	@${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|' \
18
	@${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|' \
20
	-e 's|^CC|CC?|' ${WRKSRC}/Makefile
19
	-e 's|^CC|CC?|' ${WRKSRC}/Makefile
21
20
22
do-install:
21
do-install:
23
	@${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/bin
22
	@${INSTALL_PROGRAM} ${WRKSRC}/balance ${STAGEDIR}${PREFIX}/bin
24
	@${INSTALL_MAN} ${WRKSRC}/balance.1 ${MAN1PREFIX}/man/man1
23
	${INSTALL_MAN} ${WRKSRC}/balance.1 ${STAGEDIR}${MANPREFIX}/man/man1
25
	@${MKDIR} /var/run/balance
26
24
27
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)balance/pkg-plist (-2 / +2 lines)
Lines 1-3 Link Here
1
bin/balance
1
bin/balance
2
@exec mkdir /var/run/balance
2
man/man1/balance.1.gz
3
@unexec rmdir /var/run/balance 2>/dev/null || true
3
@unexec rm -fr /var/run/balance

Return to bug 193368