summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 07:34:47 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 07:34:47 +0000
commitf0dd53f0e91934a86b03d632e2531039b2dec1ca (patch)
tree9540c0361cb4b7db259b6e08725ccb00f0787ea8
parentMark broken for -stable too. (diff)
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least.
Notes
Notes: svn path=/head/; revision=12747
-rw-r--r--emulators/vmsbackup/Makefile6
-rw-r--r--emulators/vmsbackup/pkg-plist1
-rw-r--r--games/xevil/Makefile5
-rw-r--r--games/xevil/pkg-plist1
-rw-r--r--games/xrisk/Makefile5
-rw-r--r--games/xrisk/pkg-plist1
-rw-r--r--graphics/mpeg_encode/Makefile5
-rw-r--r--graphics/mpeg_encode/pkg-plist1
-rw-r--r--graphics/mpeg_stat/Makefile5
-rw-r--r--graphics/mpeg_stat/pkg-plist1
-rw-r--r--graphics/mplex/Makefile5
-rw-r--r--graphics/mplex/pkg-plist1
-rw-r--r--graphics/splitmpg/Makefile5
-rw-r--r--graphics/splitmpg/pkg-plist1
-rw-r--r--graphics/xmorph/Makefile5
-rw-r--r--graphics/xmorph/pkg-plist1
-rw-r--r--misc/fep/Makefile5
-rw-r--r--misc/fep/pkg-plist1
-rw-r--r--misc/nwrite/Makefile5
-rw-r--r--misc/nwrite/pkg-plist1
-rw-r--r--multimedia/mpeg_encode/Makefile5
-rw-r--r--multimedia/mpeg_encode/pkg-plist1
-rw-r--r--multimedia/mpeg_stat/Makefile5
-rw-r--r--multimedia/mpeg_stat/pkg-plist1
-rw-r--r--multimedia/mplex/Makefile5
-rw-r--r--multimedia/mplex/pkg-plist1
-rw-r--r--multimedia/splitmpg/Makefile5
-rw-r--r--multimedia/splitmpg/pkg-plist1
-rw-r--r--print/html2latex/Makefile7
-rw-r--r--print/html2latex/pkg-plist1
-rw-r--r--www/ashe/Makefile5
-rw-r--r--www/ashe/pkg-plist1
-rw-r--r--x11-clocks/dclock/Makefile5
-rw-r--r--x11-clocks/dclock/pkg-plist1
-rw-r--r--x11/9term/Makefile5
-rw-r--r--x11/9term/pkg-plist1
-rw-r--r--x11/xloadimage/Makefile5
-rw-r--r--x11/xloadimage/pkg-plist1
-rw-r--r--x11/xtacy/Makefile5
-rw-r--r--x11/xtacy/pkg-plist1
40 files changed, 83 insertions, 40 deletions
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile
index d77b10449e74..4c1bba899a57 100644
--- a/emulators/vmsbackup/Makefile
+++ b/emulators/vmsbackup/Makefile
@@ -2,7 +2,8 @@
# Version required: 3.0
# Date created: 18 Apr 1994
# Whom: Jonathan M. Bresler (jmb)
-# $Id: Makefile,v 1.6 1996/11/12 02:17:03 obrien Exp $
+#
+# $Id: Makefile,v 1.7 1997/09/24 00:55:46 jmb Exp $
#
DISTNAME= vmsbackup
@@ -15,6 +16,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jmb@FreeBSD.org
+MAN1= vmsbackup.1
+MANCOMPRESSED= yes
+
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 -f
.include <bsd.port.mk>
diff --git a/emulators/vmsbackup/pkg-plist b/emulators/vmsbackup/pkg-plist
index 7361c2cc0a59..c186fa7994ea 100644
--- a/emulators/vmsbackup/pkg-plist
+++ b/emulators/vmsbackup/pkg-plist
@@ -1,2 +1 @@
bin/vmsbackup
-man/man1/vmsbackup.1.gz
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index 6e03c3f6ec54..aa588da331ba 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -3,6 +3,8 @@
# Date created: 6 May 1995
# Whom: jmz
#
+# $Id$
+#
PKGNAME= xevil-1.5
CATEGORIES= games
@@ -12,6 +14,9 @@ DISTFILES= xevil1.5.tar.Z
MAINTAINER= jmz@FreeBSD.org
+MAN6= xevil.6
+MANCOMPRESSED= yes
+
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
diff --git a/games/xevil/pkg-plist b/games/xevil/pkg-plist
index fecf6e2b409c..2cb6b9661ecc 100644
--- a/games/xevil/pkg-plist
+++ b/games/xevil/pkg-plist
@@ -3,4 +3,3 @@ lib/app-defaults/XEvil.iris
lib/app-defaults/XEvil.mac
lib/app-defaults/XEvil.sun3
lib/app-defaults/XEvil.sun4_sparc
-man/man6/xevil.6.gz
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile
index 05aa134c586e..2d53476ac303 100644
--- a/games/xrisk/Makefile
+++ b/games/xrisk/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.10 1997/01/03 09:37:42 obrien Exp $
+# $Id: Makefile,v 1.11 1998/08/05 09:31:01 asami Exp $
#
DISTNAME= xrisk-2.13
@@ -13,6 +13,9 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= swallace@FreeBSD.org
+MAN6= xrisk.6
+MANCOMPRESSED= yes
+
USE_X_PREFIX= yes
RESTRICTED= "Possible trademark infringement"
diff --git a/games/xrisk/pkg-plist b/games/xrisk/pkg-plist
index 3f76b0843fb1..07ce37853354 100644
--- a/games/xrisk/pkg-plist
+++ b/games/xrisk/pkg-plist
@@ -51,4 +51,3 @@ lib/xrisk/french.mapping
lib/xrisk/german.mapping
lib/xrisk/norwegian.mapping
lib/xrisk/risk.data
-man/man6/xrisk.6.gz
diff --git a/graphics/mpeg_encode/Makefile b/graphics/mpeg_encode/Makefile
index 01b912e86a88..cc383c7bf2d6 100644
--- a/graphics/mpeg_encode/Makefile
+++ b/graphics/mpeg_encode/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.3 1996/11/18 11:28:37 asami Exp $
+# $Id: Makefile,v 1.4 1997/03/25 08:58:32 max Exp $
#
DISTNAME= mpeg_encode-1.5b-src
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
MAINTAINER= erich@FreeBSD.org
+MAN1= mpeg_encode.1
+MANCOMPRESSED= yes
+
WRKSRC= ${WRKDIR}/mpeg_encode
.include <bsd.port.mk>
diff --git a/graphics/mpeg_encode/pkg-plist b/graphics/mpeg_encode/pkg-plist
index 072a5e3608f2..774357a97751 100644
--- a/graphics/mpeg_encode/pkg-plist
+++ b/graphics/mpeg_encode/pkg-plist
@@ -1,4 +1,3 @@
bin/mpeg_encode
-man/man1/mpeg_encode.1.gz
share/doc/mpeg_encode/users-guide.ps
share/doc/mpeg_encode/template.param
diff --git a/graphics/mpeg_stat/Makefile b/graphics/mpeg_stat/Makefile
index 2a914e2f2ca4..adf46f2bed8d 100644
--- a/graphics/mpeg_stat/Makefile
+++ b/graphics/mpeg_stat/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Aug 1 21:52:06 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.3 1996/11/18 11:28:44 asami Exp $
+# $Id: Makefile,v 1.4 1997/03/25 08:58:33 max Exp $
#
DISTNAME= mpeg_stat-2.2b-src
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/
MAINTAINER= erich@FreeBSD.org
+MAN1= mpeg_stat.1
+MANCOMPRESSED= yes
+
WRKSRC= ${WRKDIR}/mpeg_stat
.include <bsd.port.mk>
diff --git a/graphics/mpeg_stat/pkg-plist b/graphics/mpeg_stat/pkg-plist
index a5899627f976..906f188961d2 100644
--- a/graphics/mpeg_stat/pkg-plist
+++ b/graphics/mpeg_stat/pkg-plist
@@ -1,3 +1,2 @@
bin/mpeg_stat
bin/block2spec
-man/man1/mpeg_stat.1.gz
diff --git a/graphics/mplex/Makefile b/graphics/mplex/Makefile
index 48e2eae48e55..3dcf848123cc 100644
--- a/graphics/mplex/Makefile
+++ b/graphics/mplex/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Jul 31 20:54:54 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.1.1.1 1996/08/01 20:18:17 erich Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:28:52 asami Exp $
#
DISTNAME= mplex-1.1
@@ -13,4 +13,7 @@ MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/
MAINTAINER= erich@FreeBSD.org
+MAN1= mplex.1
+MANCOMPRESSED= yes
+
.include <bsd.port.mk>
diff --git a/graphics/mplex/pkg-plist b/graphics/mplex/pkg-plist
index efcfe2e61c0f..ce53129766dd 100644
--- a/graphics/mplex/pkg-plist
+++ b/graphics/mplex/pkg-plist
@@ -1,2 +1 @@
bin/mplex
-man/man1/mplex.1.gz
diff --git a/graphics/splitmpg/Makefile b/graphics/splitmpg/Makefile
index 9e6fb786b1f9..aa6d72d8ba9f 100644
--- a/graphics/splitmpg/Makefile
+++ b/graphics/splitmpg/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Jul 31 21:59:42 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.2 1996/08/02 08:25:02 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:29:16 asami Exp $
#
DISTNAME= splitmpg
@@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= erich@FreeBSD.org
+MAN1= splitmpeg.1
+MANCOMPRESSED= yes
+
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
diff --git a/graphics/splitmpg/pkg-plist b/graphics/splitmpg/pkg-plist
index 0df2f1f2911c..037ae85dc976 100644
--- a/graphics/splitmpg/pkg-plist
+++ b/graphics/splitmpg/pkg-plist
@@ -1,2 +1 @@
bin/splitmpeg
-man/man1/splitmpeg.1.gz
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile
index 5fffbdc60022..e875ca0a672b 100644
--- a/graphics/xmorph/Makefile
+++ b/graphics/xmorph/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Aug 1 09:10:22 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.7 1998/05/07 16:18:50 vanilla Exp $
+# $Id: Makefile,v 1.8 1998/08/05 09:31:17 asami Exp $
#
DISTNAME= xmorph-11sep97
@@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= graphics
MAINTAINER= erich@FreeBSD.org
+MAN1= xmorph.1
+MANCOMPRESSED= yes
+
USE_X_PREFIX= yes
post-patch:
diff --git a/graphics/xmorph/pkg-plist b/graphics/xmorph/pkg-plist
index 0f949804cbfb..b6e5df7d3557 100644
--- a/graphics/xmorph/pkg-plist
+++ b/graphics/xmorph/pkg-plist
@@ -1,2 +1 @@
bin/xmorph
-man/man1/xmorph.1.gz
diff --git a/misc/fep/Makefile b/misc/fep/Makefile
index fd07d5414497..5811165483dc 100644
--- a/misc/fep/Makefile
+++ b/misc/fep/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Feb 1996
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
-# $Id: Makefile,v 1.1.1.1 1996/03/18 11:56:34 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp $
#
DISTNAME= fep
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/
MAINTAINER= nobu@psrc.isac.co.jp
+MAN1= fep.1
+MANCOMPRESSED= yes
+
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
diff --git a/misc/fep/pkg-plist b/misc/fep/pkg-plist
index 4da5d97ea2f1..0f94de59e942 100644
--- a/misc/fep/pkg-plist
+++ b/misc/fep/pkg-plist
@@ -1,2 +1 @@
bin/fep
-man/man1/fep.1.gz
diff --git a/misc/nwrite/Makefile b/misc/nwrite/Makefile
index 1556f635daab..3939d31178c1 100644
--- a/misc/nwrite/Makefile
+++ b/misc/nwrite/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 July 1997
# Whom: daveh
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/08/01 06:58:37 tg Exp $
#
DISTNAME= nwrite-1.9
@@ -12,4 +12,7 @@ MASTER_SITES= ftp://ftp.csua.berkeley.edu/pub/daveh/
MAINTAINER= daveh@csua.berkeley.edu
+MAN1= nwrite.1
+MANCOMPRESSED= yes
+
.include <bsd.port.mk>
diff --git a/misc/nwrite/pkg-plist b/misc/nwrite/pkg-plist
index d2231442cb6d..8556c583a503 100644
--- a/misc/nwrite/pkg-plist
+++ b/misc/nwrite/pkg-plist
@@ -1,2 +1 @@
bin/nwrite
-man/man1/nwrite.1.gz
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile
index 01b912e86a88..cc383c7bf2d6 100644
--- a/multimedia/mpeg_encode/Makefile
+++ b/multimedia/mpeg_encode/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.3 1996/11/18 11:28:37 asami Exp $
+# $Id: Makefile,v 1.4 1997/03/25 08:58:32 max Exp $
#
DISTNAME= mpeg_encode-1.5b-src
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
MAINTAINER= erich@FreeBSD.org
+MAN1= mpeg_encode.1
+MANCOMPRESSED= yes
+
WRKSRC= ${WRKDIR}/mpeg_encode
.include <bsd.port.mk>
diff --git a/multimedia/mpeg_encode/pkg-plist b/multimedia/mpeg_encode/pkg-plist
index 072a5e3608f2..774357a97751 100644
--- a/multimedia/mpeg_encode/pkg-plist
+++ b/multimedia/mpeg_encode/pkg-plist
@@ -1,4 +1,3 @@
bin/mpeg_encode
-man/man1/mpeg_encode.1.gz
share/doc/mpeg_encode/users-guide.ps
share/doc/mpeg_encode/template.param
diff --git a/multimedia/mpeg_stat/Makefile b/multimedia/mpeg_stat/Makefile
index 2a914e2f2ca4..adf46f2bed8d 100644
--- a/multimedia/mpeg_stat/Makefile
+++ b/multimedia/mpeg_stat/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Aug 1 21:52:06 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.3 1996/11/18 11:28:44 asami Exp $
+# $Id: Makefile,v 1.4 1997/03/25 08:58:33 max Exp $
#
DISTNAME= mpeg_stat-2.2b-src
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/
MAINTAINER= erich@FreeBSD.org
+MAN1= mpeg_stat.1
+MANCOMPRESSED= yes
+
WRKSRC= ${WRKDIR}/mpeg_stat
.include <bsd.port.mk>
diff --git a/multimedia/mpeg_stat/pkg-plist b/multimedia/mpeg_stat/pkg-plist
index a5899627f976..906f188961d2 100644
--- a/multimedia/mpeg_stat/pkg-plist
+++ b/multimedia/mpeg_stat/pkg-plist
@@ -1,3 +1,2 @@
bin/mpeg_stat
bin/block2spec
-man/man1/mpeg_stat.1.gz
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile
index 48e2eae48e55..3dcf848123cc 100644
--- a/multimedia/mplex/Makefile
+++ b/multimedia/mplex/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Jul 31 20:54:54 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.1.1.1 1996/08/01 20:18:17 erich Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:28:52 asami Exp $
#
DISTNAME= mplex-1.1
@@ -13,4 +13,7 @@ MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/
MAINTAINER= erich@FreeBSD.org
+MAN1= mplex.1
+MANCOMPRESSED= yes
+
.include <bsd.port.mk>
diff --git a/multimedia/mplex/pkg-plist b/multimedia/mplex/pkg-plist
index efcfe2e61c0f..ce53129766dd 100644
--- a/multimedia/mplex/pkg-plist
+++ b/multimedia/mplex/pkg-plist
@@ -1,2 +1 @@
bin/mplex
-man/man1/mplex.1.gz
diff --git a/multimedia/splitmpg/Makefile b/multimedia/splitmpg/Makefile
index 9e6fb786b1f9..aa6d72d8ba9f 100644
--- a/multimedia/splitmpg/Makefile
+++ b/multimedia/splitmpg/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Jul 31 21:59:42 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.2 1996/08/02 08:25:02 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:29:16 asami Exp $
#
DISTNAME= splitmpg
@@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= erich@FreeBSD.org
+MAN1= splitmpeg.1
+MANCOMPRESSED= yes
+
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
diff --git a/multimedia/splitmpg/pkg-plist b/multimedia/splitmpg/pkg-plist
index 0df2f1f2911c..037ae85dc976 100644
--- a/multimedia/splitmpg/pkg-plist
+++ b/multimedia/splitmpg/pkg-plist
@@ -1,2 +1 @@
bin/splitmpeg
-man/man1/splitmpeg.1.gz
diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile
index 557af7f3eb1c..0bdfc6b80fd2 100644
--- a/print/html2latex/Makefile
+++ b/print/html2latex/Makefile
@@ -3,16 +3,19 @@
# Date created: 29-March-1996
# Whom: joerg
#
-# $Id: Makefile,v 1.3 1996/07/12 08:56:52 asami Exp $
+# $Id: Makefile,v 1.4 1996/11/17 08:44:41 obrien Exp $
#
DISTNAME= html2latex-0.9c
PKGNAME= html2latex-0.9
CATEGORIES= print
-# i can't seem to find the original dist site
+# I can't seem to find the original dist site
MASTER_SITES= ftp://ftp.germany.eu.net/pub/infosystems/www/ncsa/Web/Mosaic/Contrib/
DISTFILES= html2latex-0.9c.tar.Z
MAINTAINER= joerg@FreeBSD.org
+MAN1= html2latex.1
+MANCOMPRESSED= yes
+
.include <bsd.port.mk>
diff --git a/print/html2latex/pkg-plist b/print/html2latex/pkg-plist
index 05db9045927d..9100921f9954 100644
--- a/print/html2latex/pkg-plist
+++ b/print/html2latex/pkg-plist
@@ -1,2 +1 @@
bin/html2latex
-man/man1/html2latex.1.gz
diff --git a/www/ashe/Makefile b/www/ashe/Makefile
index 1c54e696d54e..c4385fb5035d 100644
--- a/www/ashe/Makefile
+++ b/www/ashe/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 October 1995
# Whom: pst
#
-# $Id: Makefile,v 1.5 1998/08/05 09:31:39 asami Exp $
+# $Id: Makefile,v 1.6 1998/08/23 06:46:37 hoek Exp $
#
DISTNAME= ashe-1.1.2
@@ -15,6 +15,9 @@ DISTFILES= ashe_cci.tar.Z cci.tar.Z libhtmlw.tar.Z
MAINTAINER= ports@FreeBSD.ORG
+MAN1= xhtml.1
+MANCOMPRESSED= yes
+
REQUIRES_MOTIF= yes
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
diff --git a/www/ashe/pkg-plist b/www/ashe/pkg-plist
index 896071cde0c7..7c646d16dde4 100644
--- a/www/ashe/pkg-plist
+++ b/www/ashe/pkg-plist
@@ -1,4 +1,3 @@
bin/xhtml
lib/X11/xhtml/help.html
lib/X11/app-defaults/XHTML.ad
-man/man1/xhtml.1.gz
diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile
index 613a9af064e7..912bad0478e1 100644
--- a/x11-clocks/dclock/Makefile
+++ b/x11-clocks/dclock/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Aug 1996
# Whom: David Leonard <leonard@dstc.edu.au>
#
-# $Id: Makefile,v 1.3 1998/05/03 17:54:39 steve Exp $
+# $Id: Makefile,v 1.4 1998/08/07 22:28:02 asami Exp $
#
DISTNAME= dclock
@@ -14,6 +14,9 @@ EXTRACT_SUFX= .shar.Z
MAINTAINER= ports@FreeBSD.ORG
+MAN1= dclock.1
+MANCOMPRESSED= yes
+
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= |sh -
diff --git a/x11-clocks/dclock/pkg-plist b/x11-clocks/dclock/pkg-plist
index 24b59716c772..719603d62ec8 100644
--- a/x11-clocks/dclock/pkg-plist
+++ b/x11-clocks/dclock/pkg-plist
@@ -1,2 +1 @@
bin/dclock
-man/man1/dclock.1.gz
diff --git a/x11/9term/Makefile b/x11/9term/Makefile
index 48b07d84a62c..d3f0d81fac6d 100644
--- a/x11/9term/Makefile
+++ b/x11/9term/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.4 1996/12/07 09:05:09 asami Exp $
+# $Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp $
#
DISTNAME= 9term.1.6.3
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= erich@FreeBSD.org
+MAN1= 9term.1
+MANCOMPRESSED= yes
+
# needs library and private header, but not during runtime
BUILD_DEPENDS= /always_build_it:${PORTSDIR}/plan9/sam
diff --git a/x11/9term/pkg-plist b/x11/9term/pkg-plist
index c05b3d50650d..f1f94970c6a4 100644
--- a/x11/9term/pkg-plist
+++ b/x11/9term/pkg-plist
@@ -1,2 +1 @@
bin/9term
-man/man1/9term.1.gz
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index 4e1d3760e646..c511e641cdf2 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 January 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.10 1998/06/17 20:12:02 jmz Exp $
+# $Id: Makefile,v 1.11 1998/08/05 09:31:50 asami Exp $
#
DISTNAME= xloadimage.4.1
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/
MAINTAINER= jmz@FreeBSD.org
+MAN1= xloadimage.1
+MANCOMPRESSED= yes
+
USE_X_PREFIX= yes
ALL_TARGET=
diff --git a/x11/xloadimage/pkg-plist b/x11/xloadimage/pkg-plist
index 258d465ee3e1..84cfb8b4cb68 100644
--- a/x11/xloadimage/pkg-plist
+++ b/x11/xloadimage/pkg-plist
@@ -1,4 +1,3 @@
bin/uufilter
bin/xloadimage
lib/X11/app-defaults/Xloadimage
-man/man1/xloadimage.1.gz
diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile
index d1d0d41263db..c16cf8433a37 100644
--- a/x11/xtacy/Makefile
+++ b/x11/xtacy/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 July 1996
# Whom: matt@bdd.net
#
-# $Id: Makefile,v 1.3 1998/02/01 22:25:50 fenner Exp $
+# $Id: Makefile,v 1.4 1998/08/05 09:31:51 asami Exp $
#
DISTNAME= Xtacy113
@@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= apps/graphics/hacks/X
MAINTAINER= matt@bdd.net
+MAN1= xtacy.1
+MANCOMPRESSED= yes
+
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/Xtacy
ALL_TARGET= xtacy
diff --git a/x11/xtacy/pkg-plist b/x11/xtacy/pkg-plist
index cd874ef7a2a5..55b035c8dca2 100644
--- a/x11/xtacy/pkg-plist
+++ b/x11/xtacy/pkg-plist
@@ -1,2 +1 @@
bin/xtacy
-man/man1/xtacy.1.gz