summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-11 10:18:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-11 10:18:45 +0000
commit6a00dcc27c6e0d93e25f0b85db9bff1ce27f8988 (patch)
tree1bb079260d785983788d4944e5597a873989da36 /x11-toolkits/p5-Tk
parentExtend the manpage compression handling a bit. (diff)
Update to take advantage of new features in bsd.port.mk rev. 1.237.
Notes
Notes: svn path=/head/; revision=4924
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r--x11-toolkits/p5-Tk/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile
index 80027c4de411..965b0770c7cb 100644
--- a/x11-toolkits/p5-Tk/Makefile
+++ b/x11-toolkits/p5-Tk/Makefile
@@ -3,7 +3,7 @@
# Date created: October 21st 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.3 1996/10/24 09:59:32 jfitz Exp $
+# $Id: Makefile,v 1.4 1996/11/18 08:47:32 asami Exp $
#
DISTNAME= Tk400.200
@@ -20,6 +20,7 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+MAN1= tkweb.1
MAN3= Tk::After.3 Tk::Axis.3 Tk::ColorEditor.3 Tk::Dial.3 \
Tk::DragDrop::Common.3 Tk::DragDrop::SunConst.3 \
Tk::FileDialog.3 Tk::FileSelect.3 Tk::Font.3 \
@@ -27,16 +28,9 @@ MAN3= Tk::After.3 Tk::Axis.3 Tk::ColorEditor.3 Tk::Dial.3 \
Tk::Internals.3 Tk::Parse.3 Tk::ROText.3 \
Tk::Table.3 Tk::Tcl-perl.3 Tk::TextUndo.3 \
Tk::UserGuide.3 Tk::WaitBox.3 Tk::pTk.3 blib.3
-MANPREFIX= ${PREFIX}/lib/perl5
+MAN3PREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
-post-install:
-.if !defined(NOMANCOMPRESS)
- @ for file in tkweb; do \
- gzip -9nf ${PREFIX}/man/man1/$$file.1; \
- done
-.endif
-
.include <bsd.port.mk>