diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-22 12:12:26 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-22 12:12:26 +0000 |
commit | 1fa46ef2e234b394fcf4d6df5942b6323352c603 (patch) | |
tree | 1a3507d26b40b8c0c9825eaaf6b59f5e18e57e4d | |
parent | This appears to have gone from ALPHA9 to ALPHA10, and the FreeBSD (diff) |
Simplify the pre-install rule. This is handled by the mtree stuff now.
Notes
Notes:
svn path=/head/; revision=1488
-rw-r--r-- | lang/forth/Makefile | 4 |
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 |