summaryrefslogtreecommitdiff
path: root/java/jdk14-doc (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-10/+10
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20951
1999-08-22Remove the chown stuff in pre-install. do-extract handles thisChris Piazza1-6/+1
by default now. Notes: svn path=/head/; revision=20892
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-02Add a workaround to chown the files if the person installingChris Piazza1-5/+8
the port is root. It was keeping the uid/gid of 10/143. There might be a better solution than this in the long run but it'll work for now. PR: 12897 Reported by: Jose Marques <jose@nobody.org> Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file. Notes: svn path=/head/; revision=20504
1999-06-28New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1-2/+2
Notes: svn path=/head/; revision=19854
1999-06-21a) Update jdk-doc to 1.1.8. (from submitter)Chris Piazza4-1099/+1108
b) Change the PLIST to use a PLIST_SUB for the version number to cut down on the size of diffs. (me) PR: 12312 Submitted by: Steve Coltrin <spcoltri@io.com> Notes: svn path=/head/; revision=19599
1999-05-06Change bsd.port.mk -> bsd.port.post.mkSatoshi Taoka2-9/+22
Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Notes: svn path=/head/; revision=18526
1999-05-05Fix pkg/MESSAGESatoshi Taoka2-19/+6
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer Notes: svn path=/head/; revision=18511
1999-05-03Yet more WWW: additionsMichael Haro1-0/+2
Notes: svn path=/head/; revision=18435
1999-03-22Fixes from maintainer:Steve Price2-3/+23
This patch does the following things: - show some **very** useful links after installing the port - use ${TAR} instead of just tar and prepend arguments with a `-' PR: 10703 Submitted by: maintainer Notes: svn path=/head/; revision=17339
1999-03-18Sun's Java Developers Kit documentationSatoshi Taoka5-0/+1132
PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com Notes: svn path=/head/; revision=17271