diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-13 19:51:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-13 19:51:29 +0800 |
commit | 401717f7f049051f383042891be58498473c81d0 (patch) | |
tree | 4fa5e62ef75fdf5c84f16036ba76ce5049049367 /mail/rlytest/Makefile | |
parent | efafabe6a7dc2d48cb2c31cab94d6db5efe370e8 (diff) | |
download | freebsd-ports-gnome-401717f7f049051f383042891be58498473c81d0.tar.gz freebsd-ports-gnome-401717f7f049051f383042891be58498473c81d0.tar.zst freebsd-ports-gnome-401717f7f049051f383042891be58498473c81d0.zip |
Cleanup
Nasty perl dependencies, obsolete dist URL
PR: 53277
Submitted by: maintainer
Diffstat (limited to 'mail/rlytest/Makefile')
-rw-r--r-- | mail/rlytest/Makefile | 21 |
1 files changed, 9 insertions, 12 deletions
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 <bsd.port.mk> |