Date: Wed, 23 Feb 2005 06:52:17 -0800 (PST) From: ringworm01@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77983: [MAINTAINER] java/java-tutorial update Message-ID: <20050223145217.AF25E2CE741@ringworm.mechee.com> Resent-Message-ID: <200502231500.j1NF0ehe017403@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77983 >Category: ports >Synopsis: [MAINTAINER] java/java-tutorial update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 23 15:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael C. Shultz >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD ringworm.mechee.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Feb 19 15:01:34 PST 2005 root@ringworm.mechee.com:/ROUTER/obj/usr/src/sys/RINGWORM i386 >Description: java/java-tutorial update note to commiter, this change adds files/pkg-message.in 1) Cosmetic cleanups only so PORTREVISION not bumped. >How-To-Repeat: N/A >Fix: --- java-tutorial.diff begins here --- diff -ruN java-tutorial/Makefile java-tutorial_2/Makefile --- java-tutorial/Makefile Mon Feb 21 09:38:04 2005 +++ java-tutorial_2/Makefile Mon Feb 21 15:14:35 2005 @@ -24,6 +24,22 @@ NO_BUILD= yes USE_ZIP= yes PORTDOCS= * +SUB_FILES= pkg-message + +pre-extract: +.if !defined(WITH_EXTRAS) + @${ECHO} "*" + @${ECHO} "* make install WITH_EXTRAS=yes will add to the installation:" + @${ECHO} "*" + @${ECHO} "* 1) source files for all the tutorial examples" + @${ECHO} "*" + @${ECHO} "* 2) Some examples such as the BINGO and Servlets Bookstore examples" + @${ECHO} "* include many source files in a rather complex directory structure," + @${ECHO} "* so these examples are separate files." + @${ECHO} "*" + @${ECHO} "* 3) The JFC/Swing trail" + @${ECHO} "*" +.endif .include <bsd.port.pre.mk> @@ -38,25 +54,11 @@ @${ECHO_MSG} " [ DONE ]" post-install: - @${ECHO} "***********************************************************************" - @${ECHO} "* *" -.if !defined(WITH_EXTRAS) - @${ECHO} "* make install WITH_EXTRAS=1 will add to the installation: *" - @${ECHO} "* *" - @${ECHO} "* 1) source files for all the tutorial examples *" - @${ECHO} "* *" - @${ECHO} "* 2) Some examples such as the BINGO and Servlets Bookstore examples *" - @${ECHO} "* include many source files in a rather complex directory structure, *" - @${ECHO} "* so these examples are separate files. *" - @${ECHO} "* *" - @${ECHO} "* 3) The JFC/Swing trail *" - @${ECHO} "* *" -.endif - @${ECHO} "* Set your browser to ${DOCSDIR}/index.html and enjoy! *" - @${ECHO} "* *" - @${ECHO} "* Michael C. Shultz (port maintainer) *" - @${ECHO} "* ringworm01@gmail.com *" - @${ECHO} "* *" - @${ECHO} "***********************************************************************" + @${ECHO} "*" + @${ECHO} "* Set your browser to ${DOCSDIR}/index.html and enjoy!" + @${ECHO} "*" + @${ECHO} "* Michael C. Shultz (port maintainer)" + @${ECHO} "* ringworm01@gmail.com" + @${ECHO} "*" .include <bsd.port.post.mk> diff -ruN java-tutorial/files/pkg-message.in java-tutorial_2/files/pkg-message.in --- java-tutorial/files/pkg-message.in Wed Dec 31 16:00:00 1969 +++ java-tutorial_2/files/pkg-message.in Mon Feb 21 15:24:32 2005 @@ -0,0 +1,18 @@ +* +* make package WITH_EXTRAS=yes adds +* +* 1) source files for all the tutorial examples +* +* 2) Some examples such as the BINGO and Servlets Bookstore examples +* include many source files in a rather complex directory structure, +* so these examples are separate files. +* +* 3) The JFC/Swing trail" +* +*********************************** +* +* Set your browser to %%DOCSDIR%%/index.html and enjoy!" +* +* Michael C. Shultz (port maintainer)" +* ringworm01@gmail.com +* --- java-tutorial.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050223145217.AF25E2CE741>