summaryrefslogtreecommitdiff
path: root/x11/tkinfo
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-25 00:19:55 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-25 00:19:55 +0000
commita843340eb6f37a869df14502889c10d18b4792a3 (patch)
tree065f64755ad75fa698a8e60875cd0bc57d98c279 /x11/tkinfo
parent0d45c0026d7dff85ff66589cf40d005bb108c06e (diff)
downloadpkgsrc-a843340eb6f37a869df14502889c10d18b4792a3.tar.gz
portlint: RCS Id, cmd macros, etc.
Diffstat (limited to 'x11/tkinfo')
-rw-r--r--x11/tkinfo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/tkinfo/Makefile b/x11/tkinfo/Makefile
index 689550842db..fcb56ee34d7 100644
--- a/x11/tkinfo/Makefile
+++ b/x11/tkinfo/Makefile
@@ -3,7 +3,8 @@
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.2 1997/10/27 01:30:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/01/25 00:19:55 hubertf Exp $
+# FreeBSD Id: Makefile,v 1.15 1997/12/16 09:26:12 tg Exp
#
DISTNAME= tkinfo-1.5
@@ -14,6 +15,7 @@ MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \
MAINTAINER= tg@freebsd.org
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
+
NO_BUILD= yes
do-install:
@@ -21,6 +23,6 @@ do-install:
post-patch:
( cd ${WRKSRC} ; ${SED} 's|@PREFIX@|'${PREFIX}'|g' \
- <tkinfo >tkinfo.BAK ; mv tkinfo.BAK tkinfo )
+ <tkinfo >tkinfo.BAK ; ${MV} tkinfo.BAK tkinfo )
.include <bsd.port.mk>