Index: head/java/java-tutorial/Makefile =================================================================== --- head/java/java-tutorial/Makefile (revision 82759) +++ head/java/java-tutorial/Makefile (revision 82760) @@ -1,36 +1,36 @@ # New ports collection makefile for: JDK tutorial # Date created: Tue Mar 23 10:18:20 EET 1999 # Whom: Martti Kuparinen # # $FreeBSD$ # PORTNAME= jdk-tutorial PORTVERSION= 2002.03.04 CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ \ http://java.sun.com/docs/books/tutorial/download/ DISTNAME= tutorial MAINTAINER= znerd@FreeBSD.org -COMMENT= Sun's Java Developers Kit tutorial +COMMENT= Official Java 2 SDK tutorial NO_WRKSUBDIR= yes RESTRICTED= "This software is under license and export control." NO_BUILD= yes TARGET_DIR= ${PREFIX}/share/doc/java-tutorial/ PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} .include do-install: @${ECHO} -n ">> Creating directory ${TARGET_DIR}..." @${MKDIR} ${TARGET_DIR} @${ECHO} " [ DONE ]" @${ECHO} -n ">> Copying files..." @${CP} -R ${WRKSRC}/* ${TARGET_DIR} @${CHOWN} -h -R ${DOCOWN}:${DOCGRP} ${TARGET_DIR} @${ECHO} " [ DONE ]" .include Property changes on: head/java/java-tutorial/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property