From 67ca2fc48ca9332d5bd723978954aa1f84aeef6a Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 14 Sep 2004 23:23:37 +0000 Subject: [PATCH] can use fake, even though it's still broken. --- comms/tkhylafax/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 0db01d8af82..89ad80ca1aa 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2002/12/29 19:32:37 fgsch Exp $ +# $OpenBSD: Makefile,v 1.19 2004/09/14 23:23:37 espie Exp $ COMMENT= "Tcl/Tk interface to Sam Leffler's fax package" @@ -6,15 +6,13 @@ DISTNAME= tkhylafax-3.0b2 PKGNAME= tkhylafax-3.0 CATEGORIES= comms -FAKE=No - BROKEN= "required dependencies not available" # License: BSD -PERMIT_PACKAGE_CDROM= YES -PERMIT_PACKAGE_FTP= YES -PERMIT_DISTFILES_CDROM= YES -PERMIT_DISTFILES_FTP= YES +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/ @@ -22,5 +20,9 @@ RUN_DEPENDS= ::comms/hylafax \ ::print/gv WRKDIST= ${WRKDIR}/tkhylafax-3.0 +FAKE_FLAGS= \ + TCLLIB_DEST=${PREFIX}/lib/tkhylafax-3.0 \ + TCLPRG_DEST=${PREFIX}/bin \ + TCLMAN_DEST=${PREFIX}/man/man1 .include