diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 10:22:04 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 10:22:04 +0000 |
commit | 54c83b76deb3a7803fadbc556f282d361f94e091 (patch) | |
tree | 4db3a030f069a3331d0317584ccf9524954c4758 /misc/tkman/Makefile | |
parent | d44f7139cd6eb0bb61ff9d95d3a6de8edd1d2f6e (diff) | |
download | FreeBSD-ports-54c83b76deb3a7803fadbc556f282d361f94e091.zip FreeBSD-ports-54c83b76deb3a7803fadbc556f282d361f94e091.tar.gz |
Add NO_PACKAGE (restrictive copyright).
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> |