diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-21 07:21:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-21 07:21:04 +0800 |
commit | 3f5dbd87243ceb559e3cbfc0d99cb4725e25a9df (patch) | |
tree | 86b8c517c1dc3b85b13e5d136cb28bca11392a5d /lang/tcltutor | |
parent | 4076ad5420928beaba8bccf99be3e77030043ce3 (diff) | |
download | freebsd-ports-gnome-3f5dbd87243ceb559e3cbfc0d99cb4725e25a9df.tar.gz freebsd-ports-gnome-3f5dbd87243ceb559e3cbfc0d99cb4725e25a9df.tar.zst freebsd-ports-gnome-3f5dbd87243ceb559e3cbfc0d99cb4725e25a9df.zip |
Add the authors reply regarding binary distribution of this port
to the pkg-plist, add README and NOTICE to the pkg-plist.
Diffstat (limited to 'lang/tcltutor')
-rw-r--r-- | lang/tcltutor/Makefile | 4 | ||||
-rw-r--r-- | lang/tcltutor/pkg-descr | 16 | ||||
-rw-r--r-- | lang/tcltutor/pkg-plist | 2 |
3 files changed, 21 insertions, 1 deletions
diff --git a/lang/tcltutor/Makefile b/lang/tcltutor/Makefile index f44da0b55b70..d648abccc414 100644 --- a/lang/tcltutor/Makefile +++ b/lang/tcltutor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcltutor PORTVERSION= 2.b.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang tk84 tcl84 MASTER_SITES= http://www.msen.com/~clif/ DISTNAME= Tutor2b4 @@ -25,5 +25,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/tcltutor/TclTutor/} post-install: ${INSTALL_DATA} ${WRKSRC}/help.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/about.html ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NOTICE ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .include <bsd.port.mk> diff --git a/lang/tcltutor/pkg-descr b/lang/tcltutor/pkg-descr index 7ce25f849038..59ebfc511fc3 100644 --- a/lang/tcltutor/pkg-descr +++ b/lang/tcltutor/pkg-descr @@ -3,3 +3,19 @@ Tcl language. It consists of 43 lessons covering all of the basic Tcl commands and most of the recent (8.0) additions. WWW: http://www.msen.com/~clif/TclTutor.html + +From the author: + From: Clif Flynt <clif@cflynt.com> + Message-Id: <200310201316.h9KDG0611735@clif.cflynt.com> + Subject: Re: TclTutor and FreeBSD + To: edwin@freebsd.org (Edwin Groothuis) + Date: Mon, 20 Oct 2003 09:16:00 -0400 (EDT) + + The FreeBSD project is permitted to distribute the TclTutor + package by any method including network and the cdrom collection. + + This distribution must include all files, including the original + license, help, and about information. + + Clif Flynt + clif@cflynt.com diff --git a/lang/tcltutor/pkg-plist b/lang/tcltutor/pkg-plist index bd9e3a04aafe..ff47bc263866 100644 --- a/lang/tcltutor/pkg-plist +++ b/lang/tcltutor/pkg-plist @@ -1,6 +1,8 @@ bin/TclTutor.tcl bin/scaler.tcl bin/htmllib.tcl +%%DOCSDIR%%/NOTICE +%%DOCSDIR%%/README %%DOCSDIR%%/help.html %%DOCSDIR%%/about.html %%DOCSDIR%%/Tcl0.lsn |