cvs commit: ports/www/pear-APC Makefile ports/www/pear-HTTP Makefile ports/www/pear-HTTP_Header Makefile ports/www/pear-HTTP_Session Makefile ports/www/pear-HTTP_Upload Makefile ports/devel/pear-HTML_Common Makefile ...

Edwin Groothuis edwin at FreeBSD.org
Sun Dec 28 01:11:29 PST 2003


edwin       2003/12/28 01:11:28 PST

  FreeBSD ports repository

  Modified files:
    www/pear-APC         Makefile 
    www/pear-HTTP        Makefile 
    www/pear-HTTP_Header Makefile 
    www/pear-HTTP_Session Makefile 
    www/pear-HTTP_Upload Makefile 
    devel/pear-HTML_Common Makefile 
    devel/pear-apd       Makefile 
    net/pear-Net_NNTP    Makefile 
  Log:
  pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
  
      .include <bsd.port.pre.mk>
      .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
  
      can be simplified to:
  
      .include <bsd.port.pre.mk>
      .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
  
      the latter version also doesn't make any assumptions about the
      path of including Makefile
  
  PR:             ports/57152
  Submitted by:   Roman Neuhauser <neuhauser at bellavista.cz>
  
  Revision  Changes    Path
  1.8       +1 -1      ports/devel/pear-HTML_Common/Makefile
  1.3       +2 -2      ports/devel/pear-apd/Makefile
  1.7       +1 -1      ports/net/pear-Net_NNTP/Makefile
  1.3       +2 -2      ports/www/pear-APC/Makefile
  1.2       +1 -1      ports/www/pear-HTTP/Makefile
  1.2       +1 -1      ports/www/pear-HTTP_Header/Makefile
  1.2       +1 -1      ports/www/pear-HTTP_Session/Makefile
  1.2       +1 -1      ports/www/pear-HTTP_Upload/Makefile


More information about the cvs-ports mailing list