diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-05 22:34:48 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-05 22:34:48 +0000 |
commit | 903f541046965faf4393558754d9653c787d0646 (patch) | |
tree | 4f3dafea4070d2b342a2b7c14738ff9f9e5278b5 /math/calc/Makefile | |
parent | 5031dfe1da5da5c276d1059aa2c78fb6fee24143 (diff) |
Notes
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r-- | math/calc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index 7ff0e0652d04..b4ce6b597e28 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,8 +1,8 @@ DISTNAME= calc-2.9.3t6 MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/ -.include <bsd.port.mk> - - pre-install: - @mkdir /usr/local/lib
\ No newline at end of file + @mkdir -p ${PREFIX}/lib/calc/help + @mkdir -p ${PREFIX}/man/man1 + +.include <bsd.port.mk> |