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

(-)mail/rlytest/Makefile (-12 / +12 lines)
Lines 8-38 Link Here
8
PORTNAME=	rlytest
8
PORTNAME=	rlytest
9
PORTVERSION=	1.22
9
PORTVERSION=	1.22
10
CATEGORIES=	mail security
10
CATEGORIES=	mail security
11
MASTER_SITES=	http://www.unicom.com/sw/rlytest/
11
MASTER_SITES=	http://www.unicom.com/files/
12
DISTNAME=	${PORTNAME}
12
EXTRACT_SUFX=	.gz
13
EXTRACT_SUFX=
14
EXTRACT_ONLY=	# defined
15
13
16
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	Test remote system for unsecured mail relay
15
COMMENT=	Test remote system for unsecured mail relay
18
16
19
BROKEN=	does not fetch
17
EXTRACT_CMD=	${GZIP_CMD}
20
18
EXTRACT_BEFORE_ARGS=	-dc
21
USE_PERL5=	yes
19
EXTRACT_AFTER_ARGS=	> ${WRKDIR}/${PORTNAME}
22
20
23
NO_WRKSUBDIR=	yes
21
NO_WRKSUBDIR=	yes
24
22
23
USE_PERL5_RUN=	yes
24
25
MAN1=		rlytest.1
25
MAN1=		rlytest.1
26
PLIST_FILES=	bin/rlytest
26
PLIST_FILES=	bin/rlytest
27
27
28
pre-patch:
28
post-patch:
29
	@${SED} '1s:^#!/usr/local/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/rlytest
29
	@${REINPLACE_CMD} -e 's|^#!.*|#!${PERL}|' ${WRKSRC}/${PORTNAME}
30
30
31
do-build:
31
do-build:
32
	@pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1
32
	@cd ${WRKSRC} && pod2man ${PORTNAME} > ${PORTNAME}.1
33
33
34
do-install:
34
do-install:
35
	@${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/
35
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
36
	@${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${PREFIX}/man/man1/
36
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
37
37
38
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)mail/rlytest/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rlytest) = 36eccdaa983a2a51e45ce77135920f11834ec28ef09cdb0af051712366316a7b
1
SHA256 (rlytest-1.22.gz) = e9897acb931ebfd78c9d0a3c46e281333712f32b4ad9efe5583c6a9f08fbc8c4
2
SIZE (rlytest) = 10278
2
SIZE (rlytest-1.22.gz) = 4378

Return to bug 160125