diff options
author | zuntum <zuntum> | 2001-10-31 20:59:00 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 20:59:00 +0000 |
commit | ba78e03015d3f55f331ed5230168cfe2bd66e6a6 (patch) | |
tree | b8174b07e5f6072d89e0ac6466ae83197944712f /pkgtools/pkgsurvey | |
parent | a295db6ab819f07df461ddfe111da117fe71393f (diff) | |
download | pkgsrc-ba78e03015d3f55f331ed5230168cfe2bd66e6a6.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'pkgtools/pkgsurvey')
-rw-r--r-- | pkgtools/pkgsurvey/DESCR (renamed from pkgtools/pkgsurvey/pkg/DESCR) | 0 | ||||
-rw-r--r-- | pkgtools/pkgsurvey/MESSAGE (renamed from pkgtools/pkgsurvey/pkg/MESSAGE) | 2 | ||||
-rw-r--r-- | pkgtools/pkgsurvey/PLIST | 2 | ||||
-rw-r--r-- | pkgtools/pkgsurvey/pkg/PLIST | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkgsurvey/pkg/DESCR b/pkgtools/pkgsurvey/DESCR index 4627a805244..4627a805244 100644 --- a/pkgtools/pkgsurvey/pkg/DESCR +++ b/pkgtools/pkgsurvey/DESCR diff --git a/pkgtools/pkgsurvey/pkg/MESSAGE b/pkgtools/pkgsurvey/MESSAGE index 1aabd3e727d..991f8572afd 100644 --- a/pkgtools/pkgsurvey/pkg/MESSAGE +++ b/pkgtools/pkgsurvey/MESSAGE @@ -1,5 +1,5 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.2 2001/03/23 14:49:55 hubertf Exp $ +$NetBSD: MESSAGE,v 1.1 2001/10/31 21:31:51 zuntum Exp $ Run pkgsurvey diff --git a/pkgtools/pkgsurvey/PLIST b/pkgtools/pkgsurvey/PLIST new file mode 100644 index 00000000000..bd75da4ac74 --- /dev/null +++ b/pkgtools/pkgsurvey/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:31:52 zuntum Exp $ +bin/pkgsurvey diff --git a/pkgtools/pkgsurvey/pkg/PLIST b/pkgtools/pkgsurvey/pkg/PLIST deleted file mode 100644 index 06a3fb9fda7..00000000000 --- a/pkgtools/pkgsurvey/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/01 12:31:43 agc Exp $ -bin/pkgsurvey |