aboutsummaryrefslogtreecommitdiff
path: root/math/calc/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
commitc98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch)
tree79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /math/calc/Makefile
parentb7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff)
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
Notes
Notes: svn path=/head/; revision=4578
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r--math/calc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile
index 34e76e0566df..76c1bf53f7b0 100644
--- a/math/calc/Makefile
+++ b/math/calc/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1995/04/28 13:35:26 jkh Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:32:07 asami Exp $
#
DISTNAME= calc-2.9.3t6
@@ -13,8 +13,10 @@ MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/
MAINTAINER= jmz@FreeBSD.org
+MAN1= calc.1
+
pre-install:
- @mkdir -p ${PREFIX}/lib/calc/help
- @mkdir -p ${PREFIX}/man/man1
+ @${MKDIR} ${PREFIX}/lib/calc/help
+ @${MKDIR} ${PREFIX}/man/man1
.include <bsd.port.mk>