diff options
author | agc <agc> | 1998-05-15 12:14:24 +0000 |
---|---|---|
committer | agc <agc> | 1998-05-15 12:14:24 +0000 |
commit | 15f63ccc1134143ef63645db321494f9a624c680 (patch) | |
tree | d7e7e45d1f6a9eeddf54ca0c955e96077508838c /Makefile | |
parent | 1420fde386e97390b6ded51e737026dcf031413c (diff) | |
download | pkgsrc-15f63ccc1134143ef63645db321494f9a624c680.tar.gz |
More cosmetic editing - PORTSTOP is now PKGSRCTOP
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 1998/04/15 10:38:06 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/05/15 12:14:24 agc Exp $ # FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp # +SUBDIR += ai SUBDIR += archivers #SUBDIR += astro SUBDIR += audio @@ -37,7 +38,7 @@ SUBDIR += textproc SUBDIR += www SUBDIR += x11 -PORTSTOP= yes +PKGSRCTOP= yes .include "mk/bsd.pkg.subdir.mk" |