summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
commitc98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch)
tree79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /editors
parentAdd $Id$. (diff)
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
Notes
Notes: svn path=/head/; revision=4578
Diffstat (limited to 'editors')
-rw-r--r--editors/asedit/pkg-plist1
-rw-r--r--editors/axe/pkg-plist3
-rw-r--r--editors/jove/Makefile3
-rw-r--r--editors/jove/pkg-plist8
-rw-r--r--editors/nedit/Makefile3
-rw-r--r--editors/nedit/pkg-plist4
-rw-r--r--editors/uemacs/pkg-plist3
-rw-r--r--editors/uzap/Makefile4
-rw-r--r--editors/uzap/pkg-plist3
-rw-r--r--editors/xed/pkg-plist1
10 files changed, 13 insertions, 20 deletions
diff --git a/editors/asedit/pkg-plist b/editors/asedit/pkg-plist
index f865112d5621..2eff0d6742d2 100644
--- a/editors/asedit/pkg-plist
+++ b/editors/asedit/pkg-plist
@@ -1,4 +1,3 @@
-@cwd /usr/X11R6
bin/asedit
man/man1/asedit.1.gz
lib/X11/app-defaults/Asedit
diff --git a/editors/axe/pkg-plist b/editors/axe/pkg-plist
index 8485aac97092..3cdc6bdb3683 100644
--- a/editors/axe/pkg-plist
+++ b/editors/axe/pkg-plist
@@ -1,11 +1,8 @@
-@cwd ${X11BASE}
-@mode 755
bin/axe
bin/coaxe
bin/axinfo
bin/faxe
bin/poleaxe
-@mode 444
man/man1/axe.1.gz
man/man1/axinfo.1.gz
lib/X11/app-defaults/Axe
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
index 22d9f23f9967..152ed270f6f8 100644
--- a/editors/jove/Makefile
+++ b/editors/jove/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.13 1996/09/25 12:58:53 erich Exp $
+# $Id: Makefile,v 1.14 1996/11/11 05:07:11 obrien Exp $
#
DISTNAME= jove-4.16
@@ -13,5 +13,6 @@ MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/
MAINTAINER= erich@FreeBSD.ORG
WRKSRC= ${WRKDIR}/jove
+MAN1= jove.1 teachjove.1 xjove.1 jovetool.1
.include <bsd.port.mk>
diff --git a/editors/jove/pkg-plist b/editors/jove/pkg-plist
index bf6ce2df2097..b9e4839010e6 100644
--- a/editors/jove/pkg-plist
+++ b/editors/jove/pkg-plist
@@ -2,10 +2,10 @@ bin/jove
bin/teachjove
libexec/jove/portsrv
libexec/jove/recover
-man/man1/jove.1
-man/man1/teachjove.1
-man/man1/xjove.1
-man/man1/jovetool.1
+man/man1/jove.1.gz
+man/man1/teachjove.1.gz
+man/man1/xjove.1.gz
+man/man1/jovetool.1.gz
share/jove/teach-jove
share/jove/cmds.doc
share/jove/jove.rc.sun
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index a511cde63333..6fa4b972f69b 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -4,7 +4,7 @@
#
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
#
-# $Id: $
+# $Id: Makefile,v 1.3 1996/10/10 00:33:02 max Exp $
#
DISTNAME= nedit-4.0.1
CATEGORIES= editors x11
@@ -21,6 +21,7 @@ USE_X11= yes
NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf
EXTRACT_ONLY= nedit_source.tar
+MAN1= nedit.1 nc.1
post-extract:
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit
diff --git a/editors/nedit/pkg-plist b/editors/nedit/pkg-plist
index e364238e02d2..6b5c36d123fa 100644
--- a/editors/nedit/pkg-plist
+++ b/editors/nedit/pkg-plist
@@ -1,5 +1,5 @@
bin/nedit
bin/nc
-man/man1/nedit.1
-man/man1/nc.1
+man/man1/nedit.1.gz
+man/man1/nc.1.gz
lib/X11/app-defaults/NEdit
diff --git a/editors/uemacs/pkg-plist b/editors/uemacs/pkg-plist
index 950596d892dd..4ab6cff7298c 100644
--- a/editors/uemacs/pkg-plist
+++ b/editors/uemacs/pkg-plist
@@ -1,7 +1,4 @@
-@owner bin
-@mode 755
bin/uemacs
-@mode 644
lib/uemacs/.emacsrc
lib/uemacs/bpage.cmd
lib/uemacs/cpage.cmd
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile
index 8a8e26e128a5..9f588e8f5721 100644
--- a/editors/uzap/Makefile
+++ b/editors/uzap/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 Jun 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.2 1996/06/11 21:52:30 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/11 05:07:27 obrien Exp $
#
DISTNAME= uzap
@@ -15,7 +15,7 @@ MAINTAINER= joerg@FreeBSD.org
# restrictive Copyright; the author is no longer reachable, however :-(
RESTRICTED= "Restrictive copyright."
-
WRKSRC= ${WRKDIR}
+MAN1= uzap.1
.include <bsd.port.mk>
diff --git a/editors/uzap/pkg-plist b/editors/uzap/pkg-plist
index b9023b108b49..2a3f37122b01 100644
--- a/editors/uzap/pkg-plist
+++ b/editors/uzap/pkg-plist
@@ -1,3 +1,2 @@
-@cwd /usr/local
bin/uzap
-man/man1/uzap.1
+man/man1/uzap.1.gz
diff --git a/editors/xed/pkg-plist b/editors/xed/pkg-plist
index 532676933acf..845d43b0e13c 100644
--- a/editors/xed/pkg-plist
+++ b/editors/xed/pkg-plist
@@ -1,4 +1,3 @@
-@cwd /usr/X11R6
bin/xed
lib/X11/xed/xed.help
lib/X11/app-defaults/Xed