diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 23:58:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-10 23:58:55 +0000 |
commit | d8185b1b2b10c212c2df47d23cd45af730f86eba (patch) | |
tree | f4837ffbd36d2db61bffd4332d17da1cf8ab25f1 | |
parent | The submitter of 1.17 also wanted the .a installed besides just being (diff) |
Fix plist
Notes
Notes:
svn path=/head/; revision=39477
-rw-r--r-- | devel/global/pkg-plist | 1 | ||||
-rw-r--r-- | editors/fte/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/global/pkg-plist b/devel/global/pkg-plist index 922ffc9a1720..02c06478cfd4 100644 --- a/devel/global/pkg-plist +++ b/devel/global/pkg-plist @@ -16,3 +16,4 @@ share/doc/global/NEWS share/doc/global/README share/doc/global/THANKS share/doc/global/VERSION +@dirrm share/doc/global diff --git a/editors/fte/pkg-plist b/editors/fte/pkg-plist index c94194d47629..08e613f82f18 100644 --- a/editors/fte/pkg-plist +++ b/editors/fte/pkg-plist @@ -1,5 +1,6 @@ bin/fte bin/cfte +bin/xfte etc/fte/system.fterc etc/fte/ab_c.fte etc/fte/ab_c_os2.fte |