Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 1997 23:01:39 -0800 (PST)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   cvs commit: ports/x11/mlclock Makefile
Message-ID:  <199712130701.XAA01560@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1997/12/12 23:01:39 PST

  Modified files:
    x11/mlclock          Makefile 
  Log:
  (1) Define WRKSRC so it actually works.
  
  (2) The "copy extra file to ${PATCHDIR}" trick doesn't work well if
      ${PATCHDIR} doesn't exist.  Also, you need to delete the patch in
      pre-clean.  In addition, it may give problems to people who are
      trying to build this on a read-only medium.
  
      Solve all the above problems by calling ${PATCH_CMD} ${PATCH_ARGS}
      directly on the patch in ${FILESDIR}.  Also, make the message a
      little clearer about what's going on.
  
  Revision  Changes    Path
  1.2       +7 -4      ports/x11/mlclock/Makefile



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