From 401717f7f049051f383042891be58498473c81d0 Mon Sep 17 00:00:00 2001 From: erwin Date: Fri, 13 Jun 2003 11:51:29 +0000 Subject: Cleanup Nasty perl dependencies, obsolete dist URL PR: 53277 Submitted by: maintainer --- mail/rlytest/Makefile | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'mail/rlytest/Makefile') diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile index 5fcfcf8c064a..0c84530f963a 100644 --- a/mail/rlytest/Makefile +++ b/mail/rlytest/Makefile @@ -11,28 +11,25 @@ CATEGORIES= mail security MASTER_SITES= http://www.unicom.com/sw/rlytest/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= -EXTRACT_ONLY= # defined +EXTRACT_ONLY= # defined -MAINTAINER= paul@it.ca -COMMENT= Test an SMTP host for third-party relay +MAINTAINER= paul+ports@it.ca +COMMENT= Test remote system for unsecured mail relay USE_PERL5= yes -NO_WRKSUBDIR= yes +NO_WRKSUBDIR= yes -MAN1= rlytest.1 +MAN1= rlytest.1 pre-patch: - perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/rlytest + @${SED} '1s:^#!/usr/local/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/rlytest do-build: - pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1 + @pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${PREFIX}/man/man1/ - -post-install: - ${CAT} ${PKGMESSAGE} + @${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/ + @${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${PREFIX}/man/man1/ .include -- cgit