diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-12 01:30:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-12 01:30:36 +0000 |
commit | a32b3a56553677e14a448f1a16a11a4a984b3574 (patch) | |
tree | bbbbf69f2baa1191c5594c667610bb069bd22380 /meta-pkgs | |
parent | 678a50db460281f0c10dbbd050415b0e8e38af2a (diff) | |
download | pkgsrc-a32b3a56553677e14a448f1a16a11a4a984b3574.tar.gz |
Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index 09d3cce941c..949cf029367 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2000/10/24 10:16:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/12 01:30:57 wiz Exp $ # -SUBDIR += edesktop -SUBDIR += netbsd-doc -SUBDIR += netbsd-doc-print -SUBDIR += web-server + SUBDIR += edesktop + SUBDIR += netbsd-doc + SUBDIR += netbsd-doc-print + SUBDIR += web-server .include "../mk/bsd.pkg.subdir.mk" |