diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:06:16 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:06:16 +0000 |
commit | 461042de918b432b8c3c3a7c19d772e646f65dfa (patch) | |
tree | 59dd77df64daf2ed571c249379de6a39f9a1ce7d /chat/gale | |
parent | cf939897e7d1b1584e5e7cb690bc7a608bdaed90 (diff) | |
download | pkgsrc-461042de918b432b8c3c3a7c19d772e646f65dfa.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'chat/gale')
-rw-r--r-- | chat/gale/DEINSTALL (renamed from chat/gale/pkg/DEINSTALL) | 2 | ||||
-rw-r--r-- | chat/gale/DESCR (renamed from chat/gale/pkg/DESCR) | 0 | ||||
-rw-r--r-- | chat/gale/INSTALL (renamed from chat/gale/pkg/INSTALL) | 2 | ||||
-rw-r--r-- | chat/gale/MESSAGE (renamed from chat/gale/pkg/MESSAGE) | 2 | ||||
-rw-r--r-- | chat/gale/PLIST (renamed from chat/gale/pkg/PLIST) | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/chat/gale/pkg/DEINSTALL b/chat/gale/DEINSTALL index 3c325ef4197..d1f897f5e25 100644 --- a/chat/gale/pkg/DEINSTALL +++ b/chat/gale/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.1.1.1 2001/02/05 22:34:00 lukem Exp $ +# $NetBSD: DEINSTALL,v 1.1 2001/10/31 20:06:24 zuntum Exp $ # USER="@GALE_USER@" diff --git a/chat/gale/pkg/DESCR b/chat/gale/DESCR index c3858b76bd2..c3858b76bd2 100644 --- a/chat/gale/pkg/DESCR +++ b/chat/gale/DESCR diff --git a/chat/gale/pkg/INSTALL b/chat/gale/INSTALL index 9dd86b1b871..b59b84e5475 100644 --- a/chat/gale/pkg/INSTALL +++ b/chat/gale/INSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.4 2001/08/14 03:41:38 jlam Exp $ +# $NetBSD: INSTALL,v 1.1 2001/10/31 20:06:25 zuntum Exp $ USER=@GALE_USER@ GROUP=@GALE_GROUP@ diff --git a/chat/gale/pkg/MESSAGE b/chat/gale/MESSAGE index 0be579b2e4c..48b1ebf6ecd 100644 --- a/chat/gale/pkg/MESSAGE +++ b/chat/gale/MESSAGE @@ -1,5 +1,5 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2001/02/06 17:39:56 lukem Exp $ +$NetBSD: MESSAGE,v 1.1 2001/10/31 20:06:25 zuntum Exp $ Now run ${PREFIX}/bin/gale-install as root, even after an upgrade. ========================================================================== diff --git a/chat/gale/pkg/PLIST b/chat/gale/PLIST index 8e5894c1ce7..46877b9a037 100644 --- a/chat/gale/pkg/PLIST +++ b/chat/gale/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/06 18:26:54 lukem Exp $ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:06:25 zuntum Exp $ bin/gale-config bin/gale-install bin/galed |