aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2001-07-27 10:28:53 +0800
committerjmz <jmz@FreeBSD.org>2001-07-27 10:28:53 +0800
commit8d3372f00a6e3ffade46d0ee0bf502fa23f50c98 (patch)
treef0a92fc9edccd51f6a342493c1632f0b6d3e497b /math
parent6a259cb65196d103e88e4d1fef731e2912e28c64 (diff)
downloadfreebsd-ports-gnome-8d3372f00a6e3ffade46d0ee0bf502fa23f50c98.tar.gz
freebsd-ports-gnome-8d3372f00a6e3ffade46d0ee0bf502fa23f50c98.tar.zst
freebsd-ports-gnome-8d3372f00a6e3ffade46d0ee0bf502fa23f50c98.zip
Remove pre-install target - nothing is installed in ${PREFIX}/lib/calc/
Diffstat (limited to 'math')
-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>