summaryrefslogtreecommitdiff
path: root/math/calc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-27 02:28:53 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-07-27 02:28:53 +0000
commit00bd57c45e5796075a0b95b2cb5e4dba0691005d (patch)
tree42a0bf5005c1413744c6ecb556b1f54b58c5932e /math/calc
parentUpdate to version 1.8.2. (diff)
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/Makefile3
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>