diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /emulators/compat13 | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'emulators/compat13')
-rw-r--r-- | emulators/compat13/DEINSTALL (renamed from emulators/compat13/pkg/DEINSTALL) | 2 | ||||
-rw-r--r-- | emulators/compat13/DESCR (renamed from emulators/compat13/pkg/DESCR) | 0 | ||||
-rw-r--r-- | emulators/compat13/INSTALL (renamed from emulators/compat13/pkg/INSTALL) | 2 | ||||
-rw-r--r-- | emulators/compat13/PLIST (renamed from emulators/compat13/pkg/PLIST) | 2 | ||||
-rw-r--r-- | emulators/compat13/PLIST.alpha | 3 | ||||
-rw-r--r-- | emulators/compat13/pkg/PLIST.alpha | 3 |
6 files changed, 6 insertions, 6 deletions
diff --git a/emulators/compat13/pkg/DEINSTALL b/emulators/compat13/DEINSTALL index d5b84a0d5ab..dd423184d6c 100644 --- a/emulators/compat13/pkg/DEINSTALL +++ b/emulators/compat13/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.2 2000/10/14 00:01:58 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.1 2001/10/31 23:52:24 zuntum Exp $ PKGNAME=$1 STAGE=$2 diff --git a/emulators/compat13/pkg/DESCR b/emulators/compat13/DESCR index 555ddc7bf08..555ddc7bf08 100644 --- a/emulators/compat13/pkg/DESCR +++ b/emulators/compat13/DESCR diff --git a/emulators/compat13/pkg/INSTALL b/emulators/compat13/INSTALL index 28ccdbfd0fc..c71b3a8111f 100644 --- a/emulators/compat13/pkg/INSTALL +++ b/emulators/compat13/INSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.3 2000/10/14 00:17:19 jlam Exp $ +# $NetBSD: INSTALL,v 1.1 2001/10/31 23:52:24 zuntum Exp $ PKGNAME=$1 STAGE=$2 diff --git a/emulators/compat13/pkg/PLIST b/emulators/compat13/PLIST index cec75812d64..f474e8dee17 100644 --- a/emulators/compat13/pkg/PLIST +++ b/emulators/compat13/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2000/10/13 23:36:40 jlam Exp $ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:52:25 zuntum Exp $ ${COMPAT_LIBDIR}/libedit.so.1.0 ${COMPAT_LIBDIR}/libg++.so.4.0 ${COMPAT_LIBDIR}/libstdc++.so.0.1 diff --git a/emulators/compat13/PLIST.alpha b/emulators/compat13/PLIST.alpha new file mode 100644 index 00000000000..a26f534715f --- /dev/null +++ b/emulators/compat13/PLIST.alpha @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.alpha,v 1.1 2001/10/31 23:55:50 zuntum Exp $ +${COMPAT_LIBDIR}/libcurses.so.2.1 +${COMPAT_LIBDIR}/libcurses.so.2 diff --git a/emulators/compat13/pkg/PLIST.alpha b/emulators/compat13/pkg/PLIST.alpha deleted file mode 100644 index 9faaec83db0..00000000000 --- a/emulators/compat13/pkg/PLIST.alpha +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST.alpha,v 1.1 2001/05/07 12:51:26 dmcmahill Exp $ -${COMPAT_LIBDIR}/libcurses.so.2.1 -${COMPAT_LIBDIR}/libcurses.so.2 |