diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
commit | c72c1cf5f95cbe537b005028f1743cddb16ef203 (patch) | |
tree | 93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /misc/setiathome | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'misc/setiathome')
-rw-r--r-- | misc/setiathome/DESCR (renamed from misc/setiathome/pkg/DESCR) | 0 | ||||
-rw-r--r-- | misc/setiathome/MESSAGE (renamed from misc/setiathome/pkg/MESSAGE) | 2 | ||||
-rw-r--r-- | misc/setiathome/PLIST | 4 | ||||
-rw-r--r-- | misc/setiathome/pkg/PLIST | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/misc/setiathome/pkg/DESCR b/misc/setiathome/DESCR index d0f58bbe3a6..d0f58bbe3a6 100644 --- a/misc/setiathome/pkg/DESCR +++ b/misc/setiathome/DESCR diff --git a/misc/setiathome/pkg/MESSAGE b/misc/setiathome/MESSAGE index abb17813989..a7d5ff7935b 100644 --- a/misc/setiathome/pkg/MESSAGE +++ b/misc/setiathome/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2001/02/06 14:24:12 wiz Exp $ +$NetBSD: MESSAGE,v 1.1 2001/11/01 01:29:33 zuntum Exp $ Please note - you should really mkdir and cd into a new directory before running setiathome (to avoid cluttering up your homedir). diff --git a/misc/setiathome/PLIST b/misc/setiathome/PLIST new file mode 100644 index 00000000000..8e56629bce7 --- /dev/null +++ b/misc/setiathome/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:33 zuntum Exp $ +bin/setiathome +bin/xsetiathome +man/cat1/setiathome.0 diff --git a/misc/setiathome/pkg/PLIST b/misc/setiathome/pkg/PLIST deleted file mode 100644 index 3a1d61897cc..00000000000 --- a/misc/setiathome/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/04 10:33:10 abs Exp $ -bin/setiathome -bin/xsetiathome -man/cat1/setiathome.0 |