diff options
author | jlam <jlam> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-20 18:15:37 +0000 |
commit | bb8509a89e35426c1df30c5cdd4d840a2fde9158 (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /editors/ed/PLIST | |
parent | 2cacc7f60d1cd4785e4584dcedbf9e14e4404415 (diff) | |
download | pkgsrc-bb8509a89e35426c1df30c5cdd4d840a2fde9158.tar.gz |
* Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Diffstat (limited to 'editors/ed/PLIST')
-rw-r--r-- | editors/ed/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ed/PLIST b/editors/ed/PLIST index 2e508a9dc92..54c48858903 100644 --- a/editors/ed/PLIST +++ b/editors/ed/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2004/05/08 00:59:31 reed Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/20 18:15:38 jlam Exp $ bin/${GNU_PROGRAM_PREFIX}ed bin/${GNU_PROGRAM_PREFIX}red +info/${GNU_PROGRAM_PREFIX}ed.info man/man1/${GNU_PROGRAM_PREFIX}ed.1 man/man1/${GNU_PROGRAM_PREFIX}red.1 |