aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-16 02:05:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-16 02:05:45 +0000
commit2a2f468ddb0f9b6c1a931ca2697e05b7cc992022 (patch)
treef163ac7041fb3f4c2994fb338cd81e786a7d0be9 /mail
parent2dbe3cb4e70b88cdc6f5d8fd423a7d9c9fdd985b (diff)
downloadports-2a2f468ddb0f9b6c1a931ca2697e05b7cc992022.tar.gz
ports-2a2f468ddb0f9b6c1a931ca2697e05b7cc992022.zip
Generate manpage now using pod2man
Portlint
Notes
Notes: svn path=/head/; revision=41446
Diffstat (limited to 'mail')
-rw-r--r--mail/rlytest/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile
index 932b121edcb4..f4d81a7416d6 100644
--- a/mail/rlytest/Makefile
+++ b/mail/rlytest/Makefile
@@ -7,22 +7,30 @@
PORTNAME= rlytest
PORTVERSION= 1.20
+PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= http://www.unicom.com/sw/rlytest/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
+EXTRACT_ONLY= # defined
MAINTAINER= paul@it.ca
USE_PERL5= yes
-EXTRACT_ONLY= # defined
-NO_BUILD=
+
+NO_WRKSUBDIR= yes
+
+MAN1= rlytest.1
pre-patch:
- perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest
+ perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/rlytest
+
+do-build:
+ pod2man ${WRKSRC}/rlytest ${WRKSRC}/rlytest.1
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest
+ ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${PREFIX}/man/man1/
post-install:
${CAT} ${PKGMESSAGE}