summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:06:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:06:46 +0000
commit3b3bd28890a9082e67d71887318a2b242e5b8bdc (patch)
tree3b2bca8b9af9ed5f2e8b3fa4c5578e6722c55224
parentCAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-)) (diff)
CATEGORIES+= -> CATEGORIES=
Converted to new MAN[1-9]
Notes
Notes: svn path=/head/; revision=4538
-rw-r--r--sysutils/afio/Makefile9
-rw-r--r--sysutils/manck/Makefile4
-rw-r--r--sysutils/mkisofs-devel/Makefile13
-rw-r--r--sysutils/mkisofs/Makefile13
-rw-r--r--sysutils/rtty/Makefile4
-rw-r--r--sysutils/socket/Makefile9
-rw-r--r--sysutils/tua/Makefile10
-rw-r--r--sysutils/xbatt/Makefile4
-rw-r--r--sysutils/xcpustate/Makefile4
-rw-r--r--sysutils/xdu/Makefile4
-rw-r--r--sysutils/xperfmon/Makefile6
-rw-r--r--sysutils/xperfmon3/Makefile6
-rw-r--r--sysutils/xsysinfo/Makefile4
-rw-r--r--sysutils/xsysstats/Makefile4
14 files changed, 37 insertions, 57 deletions
diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile
index 666028af7b65..d65229b86d00 100644
--- a/sysutils/afio/Makefile
+++ b/sysutils/afio/Makefile
@@ -3,12 +3,12 @@
# Date created: 4 October 1995
# Whom: Juergen Lock <nox@jelal.hb.north.de>
#
-# $Id: Makefile,v 1.1.1.1 1995/10/04 17:29:13 asami Exp $
+# $Id: Makefile,v 1.2 1995/10/05 04:57:45 asami Exp $
#
DISTNAME= afio.2.4.1
PKGNAME= afio-2.4.1
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Backup/ \
ftp://ftp.win.tue.nl/pub/linux/tbackup/ \
ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/system/Backup/ \
@@ -18,9 +18,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= nox@jelal.hb.north.de
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/afio.1
-.endif
+MAN1= afio.1
.include <bsd.port.mk>
diff --git a/sysutils/manck/Makefile b/sysutils/manck/Makefile
index a2a77c35e531..07a065bb1912 100644
--- a/sysutils/manck/Makefile
+++ b/sysutils/manck/Makefile
@@ -3,11 +3,11 @@
# Date created: 10 September 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.4 1996/06/03 02:17:34 asami Exp $
+# $Id: Makefile,v 1.5 1996/10/27 15:49:04 wosch Exp $
#
DISTNAME= manck-1.2
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= wosch@FreeBSD.org
diff --git a/sysutils/mkisofs-devel/Makefile b/sysutils/mkisofs-devel/Makefile
index 7b4725fdca33..7fa4a10b3f48 100644
--- a/sysutils/mkisofs-devel/Makefile
+++ b/sysutils/mkisofs-devel/Makefile
@@ -3,24 +3,19 @@
# Date created: 07 Aug 1996
# Whom: jkh
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $
#
DISTNAME= mkisofs-1.05
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/BETA/cdrom/
MAINTAINER= jkh@FreeBSD.org
NO_WRKSUBDIR= yes
-ALL_TARGET=
-
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man8/mkisofs.8
-.endif
+ALL_TARGET=
+MAN8= mkisofs.8
.include <bsd.port.mk>
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile
index 7b4725fdca33..7fa4a10b3f48 100644
--- a/sysutils/mkisofs/Makefile
+++ b/sysutils/mkisofs/Makefile
@@ -3,24 +3,19 @@
# Date created: 07 Aug 1996
# Whom: jkh
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $
#
DISTNAME= mkisofs-1.05
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/BETA/cdrom/
MAINTAINER= jkh@FreeBSD.org
NO_WRKSUBDIR= yes
-ALL_TARGET=
-
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man8/mkisofs.8
-.endif
+ALL_TARGET=
+MAN8= mkisofs.8
.include <bsd.port.mk>
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile
index 0fe0f43f78c2..63e682a6a03f 100644
--- a/sysutils/rtty/Makefile
+++ b/sysutils/rtty/Makefile
@@ -5,11 +5,11 @@
#
# Author: Paul Vixie / Internet Software Consortium
#
-# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $
+# $Id: Makefile,v 1.1.1.1 1996/08/24 18:46:54 jkh Exp $
#
DISTNAME= rtty-3.2
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.vix.com/pub/vixie/
MAINTAINER= jkh@FreeBSD.org
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
index f1ce51730087..4bcb2ce4b184 100644
--- a/sysutils/socket/Makefile
+++ b/sysutils/socket/Makefile
@@ -3,18 +3,15 @@
# Date created: 14 August 1996
# Whom: wosch
#
-# $Id: Makefile,v 1.1.1.1 1996/08/24 20:37:44 wosch Exp $
+# $Id: Makefile,v 1.2 1996/08/25 01:00:25 asami Exp $
#
DISTNAME= socket-1.1
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= wosch@FreeBSD.org
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/socket.1
-.endif
+MAN1= socket.1
.include <bsd.port.mk>
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile
index ebcd97c4fb78..ea48b47be165 100644
--- a/sysutils/tua/Makefile
+++ b/sysutils/tua/Makefile
@@ -3,20 +3,16 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.7 1995/07/13 01:21:29 asami Exp $
+# $Id: Makefile,v 1.8 1996/10/14 22:09:10 torstenb Exp $
#
DISTNAME= tua-4.0
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://itnsg1.cineca.it/pub/local/tua/
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/tua.1
-.endif
+MAN1= tua.1
.include <bsd.port.mk>
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile
index 7381c5ca3232..e026143e3f66 100644
--- a/sysutils/xbatt/Makefile
+++ b/sysutils/xbatt/Makefile
@@ -3,11 +3,11 @@
# Date created: 2 May 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
-# $Id: Makefile,v 1.1.1.1 1995/05/06 09:04:15 asami Exp $
+# $Id: Makefile,v 1.2 1995/07/13 01:21:32 asami Exp $
#
DISTNAME= xbatt-1.0
-CATEGORIES+= sysutils x11
+CATEGORIES= sysutils x11
MASTER_SITES= ftp://ftp.fujitsu.co.jp/pub/FreeBSD/misc/
MAINTAINER= asami@FreeBSD.ORG
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile
index 26e93856bc64..e14ccafc3f81 100644
--- a/sysutils/xcpustate/Makefile
+++ b/sysutils/xcpustate/Makefile
@@ -3,11 +3,11 @@
# Date created: 31-Dec-1995
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/02/29 01:57:44 asami Exp $
#
DISTNAME= xcpustate-2.1
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/xcpustate/ \
ftp://ftp.x.org/contrib/utilities/xcpustate/
EXTRACT_SUFX= .shar.gz
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile
index 70ed64096f12..54a6d60542fa 100644
--- a/sysutils/xdu/Makefile
+++ b/sysutils/xdu/Makefile
@@ -3,11 +3,11 @@
# Date created: 9 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.4 1995/04/15 03:46:04 asami Exp $
+# $Id: Makefile,v 1.5 1995/07/13 01:21:33 asami Exp $
#
DISTNAME= xdu-3.0
-CATEGORIES+= sysutils x11
+CATEGORIES= sysutils x11
MASTER_SITES= ftp://ftp.arl.mil/pub/
EXTRACT_SUFX= .tar.Z
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile
index 002cdd58400f..74b1f6fd4d71 100644
--- a/sysutils/xperfmon/Makefile
+++ b/sysutils/xperfmon/Makefile
@@ -3,12 +3,12 @@
# Date created: 15 December 95
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
#
-# $Id: Makefile,v 1.8 1996/05/19 10:57:58 joerg Exp $
+# $Id: Makefile,v 1.9 1996/05/20 07:32:45 asami Exp $
#
DISTNAME= xperfmon++
PKGNAME= xperfmon++-1.33
-CATEGORIES+= sysutils x11
+CATEGORIES= sysutils x11
# In Germany try this
#MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/
MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/
@@ -16,7 +16,7 @@ DISTFILES= xperfmon++v1.1.tar.Z
MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de
-USE_IMAKE= yes
EXTRACT_ONLY= xperfmon++v1.1.tar.Z
+USE_IMAKE= yes
.include <bsd.port.mk>
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile
index 002cdd58400f..74b1f6fd4d71 100644
--- a/sysutils/xperfmon3/Makefile
+++ b/sysutils/xperfmon3/Makefile
@@ -3,12 +3,12 @@
# Date created: 15 December 95
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
#
-# $Id: Makefile,v 1.8 1996/05/19 10:57:58 joerg Exp $
+# $Id: Makefile,v 1.9 1996/05/20 07:32:45 asami Exp $
#
DISTNAME= xperfmon++
PKGNAME= xperfmon++-1.33
-CATEGORIES+= sysutils x11
+CATEGORIES= sysutils x11
# In Germany try this
#MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/
MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/
@@ -16,7 +16,7 @@ DISTFILES= xperfmon++v1.1.tar.Z
MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de
-USE_IMAKE= yes
EXTRACT_ONLY= xperfmon++v1.1.tar.Z
+USE_IMAKE= yes
.include <bsd.port.mk>
diff --git a/sysutils/xsysinfo/Makefile b/sysutils/xsysinfo/Makefile
index fd917fc28cff..046aede57d6a 100644
--- a/sysutils/xsysinfo/Makefile
+++ b/sysutils/xsysinfo/Makefile
@@ -3,11 +3,11 @@
# Date created: 4 April 1996
# Whom: jdli
#
-# $Id: Makefile,v 1.2 1996/05/27 02:21:12 asami Exp $
+# $Id: Makefile,v 1.3 1996/10/30 14:05:20 jfitz Exp $
#
DISTNAME= xsysinfo-1.3
-CATEGORIES+= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ftp://freebsd.csie.nctu.edu.tw/pub/jdli/source/
MAINTAINER= jdli@csie.nctu.edu.tw
diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile
index df793d3cb32f..e4afb6a9175b 100644
--- a/sysutils/xsysstats/Makefile
+++ b/sysutils/xsysstats/Makefile
@@ -3,12 +3,12 @@
# Date created: 12 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.6 1995/04/15 03:46:07 asami Exp $
+# $Id: Makefile,v 1.7 1995/07/13 01:21:35 asami Exp $
#
DISTNAME= xsysstats1.34
PKGNAME= xsysstats-1.34
-CATEGORIES+= sysutils x11
+CATEGORIES= sysutils x11
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/
MAINTAINER= asami@FreeBSD.ORG