| Commit message (Expand) | Author | Age | Files | Lines |
* | Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so | Satoshi Asami | 1997-11-20 | 1 | -1/+11 |
* | Add new target "checksubdirs". It will warn about any subdirectories that | Satoshi Asami | 1997-11-20 | 1 | -1/+29 |
* | Upgrade perl to perl5.004_04 | Mark Murray | 1997-11-12 | 1 | -3/+3 |
* | target(__target) -> target(${__target}) | Wolfram Schneider | 1997-11-10 | 1 | -2/+2 |
* | Convert <, > and & into <, > and & in port names, COMMENT and | Bill Fenner | 1997-11-06 | 1 | -7/+14 |
* | Install ${PKGDIR}/MESSAGE as /var/db/pkg/${PKGNAME}/+DISPLAY if it exists. | Satoshi Asami | 1997-10-08 | 1 | -1/+4 |
* | Add "distclean" to list of targets to descend into subdirs for. | Satoshi Asami | 1997-08-22 | 1 | -2/+2 |
* | (1) Be nicer about mtree file missing. (Actually, just suggest where | Satoshi Asami | 1997-08-20 | 1 | -3/+13 |
* | Changes for perl-5.004_01 | Mark Murray | 1997-07-17 | 1 | -3/+3 |
* | (1) Add preliminary support for architecture/operating system-dependent | Satoshi Asami | 1997-07-10 | 1 | -6/+55 |
* | ``-C ${WRKDIR} -xzf'' are no longer the default args for EXTRACT_BEFORE_ARGS | David E. O'Brien | 1997-06-29 | 1 | -2/+2 |
* | Add new variable USE_PERL5. It is similar to USE_GMAKE, except that | Satoshi Asami | 1997-06-24 | 1 | -2/+7 |
* | Move the "umask ?= 0022" check (a warning only) from the default | Satoshi Asami | 1997-06-18 | 1 | -6/+6 |
* | (1) Use the new BSD.x11.dist mtree file to create directories under | Satoshi Asami | 1997-06-04 | 1 | -55/+51 |
* | (1) Change logic for dependency: instead of defining "is_depended" | Satoshi Asami | 1997-04-30 | 1 | -47/+54 |
* | Merge from 2.2. | Satoshi Asami | 1997-04-21 | 1 | -8/+13 |
* | (1) Change comment for USE_X11 to be more explicit about what it | Satoshi Asami | 1997-04-15 | 1 | -10/+12 |
* | Add comments. | Wolfram Schneider | 1997-03-09 | 1 | -0/+32 |
* | Make COMMENT and DESCR variables (just like PLIST). Will be useful | Satoshi Asami | 1997-03-06 | 1 | -9/+11 |
* | (1) Define ${LDCONFIG} and ${MV} to be full pathnames to ldconfig and | Satoshi Asami | 1997-02-23 | 1 | -20/+37 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Submitted by: Dave Cornejo <dave@dogwood.com> | David E. O'Brien | 1997-02-17 | 1 | -3/+2 |
* | Fixed URL for ftp.tex.ac.uk in MASTER_SITE_TEX_CTAN. | David E. O'Brien | 1997-02-16 | 1 | -2/+4 |
* | Change $FreeBSD$ back to $Id$. I'm sorry, but it's been too long and | Satoshi Asami | 1997-02-12 | 1 | -1/+1 |
* | (1) Add ${DESTDIR} to ${LOCALBASE} and ${X11BASE}, and remove it from | Satoshi Asami | 1997-01-25 | 1 | -5/+15 |
* | Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :). | Satoshi Asami | 1997-01-14 | 1 | -2/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 2 | -2/+2 |
* | Skip non-existent subdirectories. The diff is rather large because | Satoshi Asami | 1997-01-13 | 1 | -10/+11 |
* | Add OpenBSD support. Change some comments to reflect the fact. Also: | Satoshi Asami | 1997-01-12 | 1 | -9/+22 |
* | (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure | Satoshi Asami | 1997-01-12 | 1 | -23/+43 |
* | if !(command) -> if ! (command) | Wolfram Schneider | 1997-01-10 | 1 | -2/+2 |
* | I'm sorry, this kind of commits need to be reviewed by me, espicially | Satoshi Asami | 1996-12-26 | 1 | -21/+7 |
* | Integrate changes from OpenBSD's efforts to use the FreeBSD ports system. | Warner Losh | 1996-12-25 | 1 | -4/+21 |
* | Suggested by: msmith | Satoshi Asami | 1996-12-23 | 1 | -9/+11 |
* | Add missing targets (extract, patch) in the IGNORE (INTERACTIVE & | Satoshi Asami | 1996-12-18 | 1 | -7/+11 |
* | Add new variable IGNOREFILES, to be set to list of files that you don't | Satoshi Asami | 1996-12-17 | 1 | -13/+53 |
* | Change delimiter of substitution that uses MANLANG from `.' to `%', so | Satoshi Asami | 1996-12-12 | 1 | -4/+4 |
* | Extend the manpage compression handling a bit. | Satoshi Asami | 1996-12-11 | 1 | -6/+18 |
* | Add support for uncompressing manpages that are already installed | Satoshi Asami | 1996-12-11 | 1 | -4/+16 |
* | Submitted by: fenner | Satoshi Asami | 1996-12-09 | 1 | -10/+14 |
* | Was using new URL (ftp://ftp://) before the RFC has been voted on. :-) | David E. O'Brien | 1996-12-08 | 1 | -2/+2 |
* | Optimize by changing "sort | uniq" -> "sort -u". "make index" is now | Satoshi Asami | 1996-12-04 | 1 | -6/+6 |
* | Merge from RELENG_2_2 (duh). See rev 1.227.2.4 for details. | Satoshi Asami | 1996-11-30 | 1 | -53/+95 |
* | Just realized that the spacing after "==>" is not consistent. I'm | Satoshi Asami | 1996-11-14 | 1 | -8/+8 |
* | Oops, forgot to silencethe gzip command to compress manpages. | Satoshi Asami | 1996-11-14 | 1 | -2/+3 |
* | (1) There is no default "orphans" for CATEGORIES, it simply fails if | Satoshi Asami | 1996-11-13 | 1 | -21/+106 |
* | Set tabstops to 4 in vi like in emacs. | David E. O'Brien | 1996-11-03 | 1 | -1/+2 |
* | (1) Add NetBSD support. Closes PR bin/1643. | Satoshi Asami | 1996-11-01 | 2 | -36/+76 |
* | Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is not | Satoshi Asami | 1996-09-24 | 1 | -3/+3 |
* | Look on the CDROM for patch files too. | Satoshi Asami | 1996-09-23 | 1 | -2/+4 |