Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 1996 05:41:06 -0800 (PST)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-ports
Subject:   cvs commit:  ports/sysutils/pib Makefile
Message-ID:  <199612311341.FAA28724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       96/12/31 05:41:06

  Modified:    sysutils/pib  Makefile
  Log:
  (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should have
      been ".../pub/pib/" (I first thought the second "pib" was bogus,
      until I realized that the problem was in fact a typo of "pub" and
      a missing "/"!)
  
  (2) Fix RUN_DEPENDS, you can't just put a generic name like "tk-4.1"
      here. ;)
  
  (3) Change install: target to do-install: and also move it above the
      .include <bsd.port.mk>.  (You shouldn't define your own "install"
      or "patch" or any of the big targets unless absolutely necessary,
      the "do-*" targets are where most of the real work is done.)
  
  Revision  Changes    Path
  1.3       +5 -6      ports/sysutils/pib/Makefile



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