diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-07-27 02:28:53 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-07-27 02:28:53 +0000 |
commit | 00bd57c45e5796075a0b95b2cb5e4dba0691005d (patch) | |
tree | 42a0bf5005c1413744c6ecb556b1f54b58c5932e /math/calc | |
parent | 1ef80103c9e341bf59c347537df0d5aafd68d268 (diff) | |
download | ports-00bd57c45e5796075a0b95b2cb5e4dba0691005d.tar.gz ports-00bd57c45e5796075a0b95b2cb5e4dba0691005d.zip |
Remove pre-install target - nothing is installed in ${PREFIX}/lib/calc/
Notes
Notes:
svn path=/head/; revision=45519
Diffstat (limited to 'math/calc')
-rw-r--r-- | math/calc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index 1f79c28b18ec..29ee3792d4ca 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -17,7 +17,4 @@ MAINTAINER= jmz@FreeBSD.org MAN1= calc.1 -pre-install: - @${MKDIR} ${PREFIX}/lib/calc/help - .include <bsd.port.mk> |