diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-01 11:17:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-01 11:17:56 +0000 |
commit | ccb5cd66a921c511f21792a8bc4f17004d917e5d (patch) | |
tree | dddabcec812fe8f6f56fa205f1bc68c8cfb078b0 /Makefile | |
parent | The template files required to generate README.htmls in all the ports (diff) |
Change required to make the ports README auto-generation work: declare
this directory as "top of ports tree".
Notes
Notes:
svn path=/head/; revision=2933
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1995/11/27 03:50:07 asami Exp $ +# $Id: Makefile,v 1.23 1996/03/06 08:53:45 asami Exp $ # SUBDIR += archivers @@ -28,6 +28,8 @@ SUBDIR += sysutils SUBDIR += www SUBDIR += x11 +PORTSTOP= yes + .include <bsd.port.subdir.mk> index: |