summaryrefslogtreecommitdiff
path: root/misc/tkman
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-13 10:22:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-13 10:22:04 +0000
commit24cd827733c7bb995d77b7fe10220e059e637d47 (patch)
tree2126339ef4105cf8d1f802b6dec2593af4e0e261 /misc/tkman
parentUpgrade (3.0.3.4 -> 3.0.3.7). (diff)
Add NO_PACKAGE (restrictive copyright).
Notes
Notes: svn path=/head/; revision=1724
Diffstat (limited to 'misc/tkman')
-rw-r--r--misc/tkman/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 50b65a524224..4b61745b4b4c 100644
--- a/misc/tkman/Makefile
+++ b/misc/tkman/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id$
+# $Id: Makefile,v 1.5 1995/04/12 20:31:41 asami Exp $
#
DISTNAME= tkman-1.6
@@ -14,4 +14,7 @@ EXTRACT_SUFX= .tar.Z
EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk \
rman:${PORTSDIR}/utils/rman
+# Restrictive copyright
+NO_PACKAGE= yes
+
.include <bsd.port.mk>