diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-08 12:55:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-08 12:55:04 +0000 |
commit | 42fadb342e69382215b9c6cf9c513a00f7003fbb (patch) | |
tree | 7f922e716543a1473c394a9b6cc2fdceda22dcff /editors/jed | |
parent | 7fcd1ed0e8e79b7889b8e212149633caef7f0527 (diff) | |
download | ports-42fadb342e69382215b9c6cf9c513a00f7003fbb.tar.gz ports-42fadb342e69382215b9c6cf9c513a00f7003fbb.zip |
Notes
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 4 | ||||
-rw-r--r-- | editors/jed/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 86ac01954b50..f36f9a169751 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -3,7 +3,7 @@ # Date created: 22 APR 1997 # Whom: eric # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/04 06:32:22 asami Exp $ # DISTNAME= jed0.98-4 @@ -51,7 +51,7 @@ post-install: sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi install-info --section="Miscellaneous" \ - --entry="* JED: (jed). JED editor documentation." \ + --entry="* JED: (jed). JED editor documentation." \ ${PREFIX}/info/jed.info ${PREFIX}/info/dir .endif diff --git a/editors/jed/pkg-plist b/editors/jed/pkg-plist index ea0d2c75fde3..ea791db98b01 100644 --- a/editors/jed/pkg-plist +++ b/editors/jed/pkg-plist @@ -1,13 +1,13 @@ bin/jed bin/rgrep bin/xjed -@unexec install-info --delete --section="Miscellaneous" --entry="* JED: (jed). JED editor documentation." %D/info/jed.info %D/info/dir +@unexec install-info --delete --section="Miscellaneous" --entry="* JED: (jed). JED editor documentation." %D/info/jed.info %D/info/dir info/jed.1in info/jed.2in info/jed.3in info/jed.info @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info --section="Miscellaneous" --entry="* JED: (jed). JED editor documentation." %D/info/jed.info %D/info/dir +@exec install-info --section="Miscellaneous" --entry="* JED: (jed). JED editor documentation." %D/info/jed.info %D/info/dir lib/jed/bin/getmail lib/jed/lib/abbrev.sl lib/jed/lib/abbrmisc.sl |