Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 1996 00:26:23 -0800 (PST)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/mk bsd.port.mk
Message-ID:  <199603100826.AAA02529@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       96/03/10 00:26:22

  Modified:    share/mk  bsd.port.mk
  Log:
  Replace PATCH_PRFX with a more generic DIST_SUBDIR.  If it is set to
  "foo", what this does is:
  
  (1) Put all distfiles and patchfiles in /usr/ports/distfiles/foo
  
  (2) Go to ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/foo when the
      master site is down
  
  When your port has a lot of dist/patchfiles, or has a file that does
  not have a very port-specific name (e.g., "Makefile"), set this
  variable instead of redefining DISTDIR.  (If you redefine DISTDIR, (1)
  will work but (2) will not.)
  
  Agreed that it's a good idea by:	adam
  
  Revision  Changes    Path
  1.196     +28 -32    src/share/mk/bsd.port.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603100826.AAA02529>