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/watch | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'misc/watch')
-rw-r--r-- | misc/watch/DESCR (renamed from misc/watch/pkg/DESCR) | 0 | ||||
-rw-r--r-- | misc/watch/PLIST | 4 | ||||
-rw-r--r-- | misc/watch/pkg/PLIST | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/misc/watch/pkg/DESCR b/misc/watch/DESCR index a16c205f855..a16c205f855 100644 --- a/misc/watch/pkg/DESCR +++ b/misc/watch/DESCR diff --git a/misc/watch/PLIST b/misc/watch/PLIST new file mode 100644 index 00000000000..8f793c80852 --- /dev/null +++ b/misc/watch/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:54 zuntum Exp $ +bin/watch +man/cat1/watch.0 +man/man1/watch.1 diff --git a/misc/watch/pkg/PLIST b/misc/watch/pkg/PLIST deleted file mode 100644 index 32837924e70..00000000000 --- a/misc/watch/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/16 01:32:51 simonb Exp $ -bin/watch -man/cat1/watch.0 -man/man1/watch.1 |