diff options
author | asami <asami@FreeBSD.org> | 1997-06-08 19:56:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-08 19:56:50 +0800 |
commit | aa8b0634d6f77845e74d5efe1c769f0dcba3819b (patch) | |
tree | d71c1c00dfd1f34fb4289665bcdd0f56d8391825 /comms | |
parent | 3b4e855448eb50f74fa1726625eb065743f7a947 (diff) | |
download | freebsd-ports-gnome-aa8b0634d6f77845e74d5efe1c769f0dcba3819b.tar.gz freebsd-ports-gnome-aa8b0634d6f77845e74d5efe1c769f0dcba3819b.tar.zst freebsd-ports-gnome-aa8b0634d6f77845e74d5efe1c769f0dcba3819b.zip |
Minor cleanup.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index fda7e96c0d0e..d37bd4fc20eb 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -3,7 +3,7 @@ # Date released: Sun Jun 8 11:51:21 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/08 11:23:35 andreas Exp $ # DISTNAME= tkhylafax-3.0b2 @@ -13,12 +13,12 @@ MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/ MAINTAINER= andreas@FreeBSD.org -WRKSRC= ${WRKDIR}/tkhylafax-3.0 RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 \ sendfax:${PORTSDIR}/comms/hylafax \ gs:${PORTSDIR}/print/ghostscript4 \ gv:${PORTSDIR}/print/gv +WRKSRC= ${WRKDIR}/tkhylafax-3.0 MAN1= tkhylafax.1 .include <bsd.port.mk> |