summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-30 09:00:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-30 09:00:18 +0000
commita81b379aeeb57362b9c8a40dfe2e560ce08d21c0 (patch)
treede4760493e4d78574158fa9d5ff64a9f9d289b6c /misc
parentTake out "Tkcron is ", as mentioned in the handbook. (diff)
Put EXTRACT_SUFX in the right place. Use more predefined macros.
Notes
Notes: svn path=/head/; revision=4726
Diffstat (limited to 'misc')
-rw-r--r--misc/tkcron/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
index 7200929088c9..f6965f2183f4 100644
--- a/misc/tkcron/Makefile
+++ b/misc/tkcron/Makefile
@@ -3,25 +3,25 @@
# Date created: 30 July 1996
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/11/29 07:08:22 tg Exp $
#
DISTNAME= tkcron-2.12
DISTFILES= tkcron-2.12.tcl.gz
CATEGORIES= misc
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
+EXTRACT_SUFX= .tcl.gz
MAINTAINER= sander@haldjas.folklore.ee
RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41
-EXTRACT_CMD= /usr/bin/gunzip
-EXTRACT_SUFX= .tcl.gz
-EXTRACT_BEFORE_ARGS= -c
+EXTRACT_CMD= ${GZIP_CMD}
+EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= > tkcron.tcl
NO_WRKSUBDIR= yes
post-extract:
- @cp files/Makefile ${WRKDIR}
+ @${CP} files/Makefile ${WRKSRC}
.include <bsd.port.mk>