summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
commit91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch)
tree7fb39aa3f78592f94c2415ace02da97d31058a71 /sysutils
parentCleanup/termios support/off_t -> long and much more (diff)
Another round of Makefile updates, in utils!
Notes
Notes: svn path=/head/; revision=1359
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tua/Makefile7
-rw-r--r--sysutils/xdu/Makefile10
-rw-r--r--sysutils/xsysstats/Makefile9
3 files changed, 16 insertions, 10 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile
index 62d78020d64b..6c982370ce81 100644
--- a/sysutils/tua/Makefile
+++ b/sysutils/tua/Makefile
@@ -3,13 +3,14 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.1.1.1 1995/02/15 23:51:22 torstenb Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:50:34 jkh Exp $
#
DISTNAME= tua-4.0
-MASTER_SITES= ftp://itnsg1.cineca.it/local/tua/
CATEGORIES+= utilities
-GNU_CONFIGURE= YES
+MASTER_SITES= ftp://itnsg1.cineca.it/local/tua/
+
+GNU_CONFIGURE= yes
pre-install:
mkdir -p ${PREFIX}/bin
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile
index f369de5ddfe2..2020d398a2b1 100644
--- a/sysutils/xdu/Makefile
+++ b/sysutils/xdu/Makefile
@@ -3,15 +3,17 @@
# Date created: 9 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.2 1995/03/24 11:11:26 asami Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:50:37 jkh Exp $
#
DISTNAME= xdu-3.0
-EXTRACT_SUFX= .tar.Z
-USE_IMAKE= yes
-MASTER_SITES= ftp://ftp.arl.mil/pub/
CATEGORIES+= utilities x11
+MASTER_SITES= ftp://ftp.arl.mil/pub/
+EXTRACT_SUFX= .tar.Z
+
MAINTAINER= asami@FreeBSD.ORG
+
NO_WRKSUBDIR= yes
+USE_IMAKE= yes
.include <bsd.port.mk>
diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile
index b7c898a82623..a317931ab41a 100644
--- a/sysutils/xsysstats/Makefile
+++ b/sysutils/xsysstats/Makefile
@@ -3,13 +3,16 @@
# Date created: 12 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.4 1995/03/28 05:58:11 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/01 12:50:39 jkh Exp $
#
DISTNAME= xsysstats1.34
-USE_IMAKE= yes
-MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/
+PKGNAME= xsysstats-1.34
CATEGORIES+= utilities x11
+MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/
+
MAINTAINER= asami@FreeBSD.ORG
+USE_IMAKE= yes
+
.include <bsd.port.mk>