diff options
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 50b65a5..4b61745 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> |