From owner-cvs-ports Tue Dec 31 05:41:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA28731 for cvs-ports-outgoing; Tue, 31 Dec 1996 05:41:08 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA28724; Tue, 31 Dec 1996 05:41:06 -0800 (PST) Date: Tue, 31 Dec 1996 05:41:06 -0800 (PST) From: Satoshi Asami Message-Id: <199612311341.FAA28724@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/pib Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 . (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