- Change maintainer address [1]

- Install in DOCSDIR [1]
- Use PORTDOCS to get rid of pkg-plist
- ECHO -> ECHO_MSG
- Bump PORTREVISION

PR:		77583 [1]
Submitted by:	maintainer [1]
Approved by:	maintainer
This commit is contained in:
Herve Quiroz 2005-02-17 19:21:00 +00:00
parent 8fe3431f51
commit 0be226e7de
2 changed files with 10 additions and 3759 deletions

View file

@ -9,30 +9,30 @@
PORTNAME= jdk-tutorial
PORTVERSION= 2004.03.11
PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= http://java.sun.com/docs/books/tutorial/download/
DISTNAME= tutorial
MAINTAINER= reso3w83@verizon.net
MAINTAINER= ringworm01@gmail.com
COMMENT= Official Java 2 SDK tutorial
NO_WRKSUBDIR= yes
RESTRICTED= "This software is under license and export control."
NO_BUILD= yes
USE_ZIP= yes
TARGET_DIR= ${PREFIX}/share/doc/java-tutorial/
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
PORTDOCS= *
.include <bsd.port.pre.mk>
do-install:
@${ECHO} -n ">> Creating directory ${TARGET_DIR}..."
@${MKDIR} ${TARGET_DIR}
@${ECHO} " [ DONE ]"
@${ECHO_MSG} -n ">> Creating directory ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR}
@${ECHO_MSG} " [ DONE ]"
@${ECHO} -n ">> Copying files..."
@${CP} -R ${WRKSRC}/* ${TARGET_DIR}
@${CHOWN} -h -R ${DOCOWN}:${DOCGRP} ${TARGET_DIR}
@${ECHO} " [ DONE ]"
@${ECHO_MSG} -n ">> Copying files..."
@${CP} -R ${WRKSRC}/* ${DOCSDIR}
@${CHOWN} -h -R ${DOCOWN}:${DOCGRP} ${DOCSDIR}
@${ECHO_MSG} " [ DONE ]"
.include <bsd.port.post.mk>

File diff suppressed because it is too large Load diff