aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-23 21:02:52 +0800
committerasami <asami@FreeBSD.org>1995-04-23 21:02:52 +0800
commitf2e8e5bfd4d62cbe89ace45475099424a0c8d5dd (patch)
tree150d8506e6b609d096694bf5b3698e240b07ec96 /sysutils
parent7a7af3837e192806b571e6846f71c93d464ab156 (diff)
downloadfreebsd-ports-gnome-f2e8e5bfd4d62cbe89ace45475099424a0c8d5dd.tar.gz
freebsd-ports-gnome-f2e8e5bfd4d62cbe89ace45475099424a0c8d5dd.tar.zst
freebsd-ports-gnome-f2e8e5bfd4d62cbe89ace45475099424a0c8d5dd.zip
Updated utils Makefiles!
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tua/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile
index 8fb1ea7f11c5..f505a1112f08 100644
--- a/sysutils/tua/Makefile
+++ b/sysutils/tua/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.3 1995/04/15 03:45:59 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/16 15:00:02 torstenb Exp $
#
DISTNAME= tua-4.0
@@ -14,10 +14,4 @@ MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
-pre-install:
- mkdir -p ${PREFIX}/bin
- mkdir -p ${PREFIX}/man/man1
- mkdir -p ${PREFIX}/info
- mkdir -p ${PREFIX}/lib
-
.include <bsd.port.mk>