aboutsummaryrefslogtreecommitdiffstats
path: root/lang/forth
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-22 20:12:26 +0800
committerjkh <jkh@FreeBSD.org>1995-04-22 20:12:26 +0800
commit27b3db7154868486cdd88df4d555730886085921 (patch)
tree4cec902864f7835197baed66a96541447186f623 /lang/forth
parenta72b3d836054c14137ea17d00e58ad20cdf1077d (diff)
downloadfreebsd-ports-gnome-27b3db7154868486cdd88df4d555730886085921.tar.gz
freebsd-ports-gnome-27b3db7154868486cdd88df4d555730886085921.tar.zst
freebsd-ports-gnome-27b3db7154868486cdd88df4d555730886085921.zip
Simplify the pre-install rule. This is handled by the mtree stuff now.
Diffstat (limited to 'lang/forth')
-rw-r--r--lang/forth/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile
index 03e4998cb75e..b6dc7f8c34ce 100644
--- a/lang/forth/Makefile
+++ b/lang/forth/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 November 1994
# Whom: mr
#
-# $Id$
+# $Id: Makefile,v 1.4 1995/04/15 05:44:33 asami Exp $
#
#This is pfe Version 0.9.9
@@ -15,8 +15,6 @@ CATEGORIES+= languages
MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib
@mkdir -p ${PREFIX}/man/man1
@cp ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1