aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-18 22:17:24 +0800
committerasami <asami@FreeBSD.org>1996-11-18 22:17:24 +0800
commite1475027cde346cc8c26ff967438ba80036384a0 (patch)
tree4659b41700eb12b7f8cf84c6386677d53f5d8032 /editors
parenta1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff)
downloadfreebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz
freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst
freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.zip
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.
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 f865112d562..2eff0d6742d 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 8485aac9709..3cdc6bdb368 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 22d9f23f996..152ed270f6f 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 bf6ce2df209..b9e4839010e 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 a511cde6333..6fa4b972f69 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 e364238e02d..6b5c36d123f 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 950596d892d..4ab6cff7298 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 8a8e26e128a..9f588e8f572 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 b9023b108b4..2a3f37122b0 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 532676933ac..845d43b0e13 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