aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tkman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r--misc/tkman/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 51683bc6f47e..50b65a524224 100644
--- a/misc/tkman/Makefile
+++ b/misc/tkman/Makefile
@@ -3,11 +3,15 @@
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
+# $Id$
+#
DISTNAME= tkman-1.6
-MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
CATEGORIES+= x11
-EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk rman:${PORTSDIR}/utils/rman
+MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
+EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk \
+ rman:${PORTSDIR}/utils/rman
+
.include <bsd.port.mk>