summaryrefslogtreecommitdiff
path: root/www/checkbot
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1999-02-24 23:26:23 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1999-02-24 23:26:23 +0000
commit41a4e97f6f56bcdd0c7501e6bd33937538e756c4 (patch)
treef1f3046da48bf32ed3329f4109b62383b5939ec4 /www/checkbot
parentUpgrade to 0.99.8. (diff)
Fix BUILD_DEPENDS, set perl PREFIX. Unbroke.
Notes
Notes: svn path=/head/; revision=16885
Diffstat (limited to 'www/checkbot')
-rw-r--r--www/checkbot/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index 2808d594bb1b..9f37cb756213 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -3,7 +3,7 @@
# Date created: 2. Feb 1998
# Whom: wosch@FreeBSD.org
#
-# $Id: Makefile,v 1.5 1998/09/15 21:31:54 asami Exp $
+# $Id: Makefile,v 1.6 1998/10/10 03:34:28 steve Exp $
#
DISTNAME= checkbot-1.51
@@ -12,18 +12,17 @@ MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/
MAINTAINER= wosch@FreeBSD.ORG
-BROKEN= manpage gets installed in /usr/share/ in -current
-
-site_perl=${PREFIX}/lib/perl5/site_perl
+site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER}
BUILD_DEPENDS= \
${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
- ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools
+ ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
+ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww
MAN1= checkbot.1
USE_PERL5= YES
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+ PREFIX=${PREFIX}
.include <bsd.port.mk>