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 /security/apg | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'security/apg')
-rw-r--r-- | security/apg/DESCR (renamed from security/apg/pkg/DESCR) | 0 | ||||
-rw-r--r-- | security/apg/MESSAGE (renamed from security/apg/pkg/MESSAGE) | 0 | ||||
-rw-r--r-- | security/apg/PLIST | 6 | ||||
-rw-r--r-- | security/apg/pkg/PLIST | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/security/apg/pkg/DESCR b/security/apg/DESCR index f60a0c92f42..f60a0c92f42 100644 --- a/security/apg/pkg/DESCR +++ b/security/apg/DESCR diff --git a/security/apg/pkg/MESSAGE b/security/apg/MESSAGE index 9974e07766b..9974e07766b 100644 --- a/security/apg/pkg/MESSAGE +++ b/security/apg/MESSAGE diff --git a/security/apg/PLIST b/security/apg/PLIST new file mode 100644 index 00000000000..111c93c33a2 --- /dev/null +++ b/security/apg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:31 zuntum Exp $ +bin/apg +bin/apgcli +sbin/apgd +man/man1/apg.1 +man/man8/apgd.8 diff --git a/security/apg/pkg/PLIST b/security/apg/pkg/PLIST deleted file mode 100644 index 5acfdc63449..00000000000 --- a/security/apg/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $ -bin/apg -bin/apgcli -sbin/apgd -man/man1/apg.1 -man/man8/apgd.8 |