summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-10 03:34:28 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-10 03:34:28 +0000
commit51d53877c0a99ac3a567d0a487d3025ab025a6c3 (patch)
tree27b11285c09bbbee787457664131e82516a40da1 /www
parentUse PERL5 variable. (diff)
This doesn't deinstall correctly because the manpage gets install
in /usr/share/man/man1 and the PLIST expects it to be in ${PREFIX}/...
Notes
Notes: svn path=/head/; revision=13811
Diffstat (limited to 'www')
-rw-r--r--www/checkbot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index d0eed67145e3..2808d594bb1b 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.4 1998/03/07 15:24:20 wosch Exp $
+# $Id: Makefile,v 1.5 1998/09/15 21:31:54 asami Exp $
#
DISTNAME= checkbot-1.51
@@ -12,6 +12,8 @@ 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
BUILD_DEPENDS= \
${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \