1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Satoshi Asami
1f43de46ba Convert all makefiles to new formats. 1995-10-03 11:45:15 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
18366571f1 Put pdksh back, now that the mmap problem is solved. 1995-04-25 07:03:53 +00:00
Satoshi Asami
5bcaefbd97 # BROKEN= pdksh (not really pdksh's fault, but will hang -current) 1995-04-23 09:01:41 +00:00
Torsten Blum
4ce1995f10 Add zsh to the subdirs list 1995-02-12 16:35:14 +00:00
Jordan K. Hubbard
87fd1edb16 Add pdksh, add trailing / to MASTER_SITES line in port. 1994-12-27 13:02:51 +00:00
Jordan K. Hubbard
f483581085 Add tcsh to list of SUBDIRS.
Submitted by:	jkh
1994-08-28 10:49:45 +00:00
Jordan K. Hubbard
d960161e22 Add $Id$ lines to all the directory level Makefiles.
Submitted by:	jkh
1994-08-23 10:20:29 +00:00
Jordan K. Hubbard
742e6c4d2a Change ports Makefiles to use bsd.port.subdir.mk
Submitted by:	jkh
1994-08-22 11:26:08 +00:00
Jordan K. Hubbard
7ca702f09f The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :)
Submitted by:	jkh
1994-08-21 13:19:28 +00:00