diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 22:16:38 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 22:16:38 +0000 |
commit | a3a28a617ff6d2651355c17fdae76c3b00c35522 (patch) | |
tree | 5929d33e1172cb12b90d1e5c258e9b2d592262ec /mail/rlytest/Makefile | |
parent | a8e25493fcd69bbb57718d21f9a07db0893e6ff2 (diff) | |
download | ports-a3a28a617ff6d2651355c17fdae76c3b00c35522.tar.gz ports-a3a28a617ff6d2651355c17fdae76c3b00c35522.zip |
Upgrade to 1.20.
PR: 21457
Submitted by: "Peter Pentchev" <roam@orbitel.bg>
Silence by: maintainer (according to PR)
Notes
Notes:
svn path=/head/; revision=33231
Diffstat (limited to 'mail/rlytest/Makefile')
-rw-r--r-- | mail/rlytest/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile index c396874549b2..f53f1cb805ca 100644 --- a/mail/rlytest/Makefile +++ b/mail/rlytest/Makefile @@ -6,26 +6,23 @@ # PORTNAME= rlytest -PORTVERSION= 1.16 +PORTVERSION= 1.20 CATEGORIES= mail security MASTER_SITES= http://www.unicom.com/sw/rlytest/ DISTNAME= ${PORTNAME} +EXTRACT_SUFX= MAINTAINER= paul@it.ca -MAN1= rlytest.1 - USE_PERL5= yes -NO_WRKSUBDIR= yes +EXTRACT_ONLY= # defined NO_BUILD= -post-patch: - ${MV} ${WRKSRC}/rlytest ${WRKSRC}/rlytest.chip; \ - ${SED} 's:/usr/local/bin/perl:${PERL}:' < ${WRKSRC}/rlytest.chip > ${WRKSRC}/rlytest +pre-patch: + perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/rlytest; \ - ${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${MANPREFIX}/man/man1/rlytest.1 + ${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest post-install: ${CAT} ${PKGDIR}/MESSAGE |