diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
commit | fc84a926f5531150469a65e6cfd4ae40c88a4aca (patch) | |
tree | 04f5b7d3d188da46fe1e03896c93e31c4a740aeb /math/fudgit | |
parent | Ok, this should get the last of the stragglers installed into a new fake-pkg. (diff) |
I was going to convert the math Makefiles according to the new
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
Notes
Notes:
svn path=/head/; revision=1483
Diffstat (limited to 'math/fudgit')
-rw-r--r-- | math/fudgit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile index cf60b8a4b156..d96380f4e059 100644 --- a/math/fudgit/Makefile +++ b/math/fudgit/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 01:18:52 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 02:00:55 jmz Exp $ # DISTNAME= Fudgit_2.41 @@ -11,9 +11,10 @@ PKGNAME= Fudgit-2.41 MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/ DISTFILES= fudgit_2.41.tar.gz -USE_GMAKE= yes MAINTAINER= jmz@FreeBSD.org +USE_GMAKE= yes + pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/lib/fudgit |