summaryrefslogtreecommitdiff
path: root/ports-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (1) Fix typo in MASTER_SITES, it said ".../pib/pib" when it should haveSatoshi Asami1996-12-311-6/+5
| | | | | | | | | | | | | | | | | 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.) Notes: svn path=/head/; revision=5143
* Use '-f' when creating the symlink to avoid falling over if the linkMike Smith1996-12-301-2/+2
| | | | | | | already exists. Notes: svn path=/head/; revision=5134
* This is PIB, the Ports Index Browser, a GUI tool for manipulating theMike Smith1996-12-305-0/+35
FreeBSD ports collection. It provides facilities for tracking distfiles, searching for ports, building etc. Requires bsd.port.mk revision 1.232 or later and a matching ports collection. Notes: svn path=/head/; revision=5132