Fix BUILD_DEPENDS, set perl PREFIX. Unbroke.

This commit is contained in:
Wolfram Schneider 1999-02-24 23:26:23 +00:00
parent b66f03295a
commit 41a4e97f6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16885

View File

@ -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>