summaryrefslogtreecommitdiff
path: root/www/analog/Makefile
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1997-04-19 18:28:20 +0000
committerPaul Richards <paul@FreeBSD.org>1997-04-19 18:28:20 +0000
commit2846e0925116cc70ad54ee649d072256133ed2a1 (patch)
treee07a8205578bb667ab7302fa878c888ea49bc3e2 /www/analog/Makefile
parentDelete directories using @dirrm. (diff)
Do a mkdir -p on the bin directory before installing.
PR: Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=6245
Diffstat (limited to '')
-rw-r--r--www/analog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index 8f1368a66ac9..c77f8cc0a1ae 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -3,7 +3,7 @@
# Date created: October 21st 1996
# Whom: jfitz
#
-# $Id: Makefile,v 1.4 1996/10/22 00:48:59 jfitz Exp $
+# $Id: Makefile,v 1.5 1996/11/18 11:40:28 asami Exp $
#
DISTNAME= analog.1.92.1
@@ -22,6 +22,7 @@ MAINTAINER= jfitz@freebsd.org
WRKSRC= ${WRKDIR}/analog
do-install:
+ @mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/share/analog
@(cd ${WRKSRC}; cp -r Readme.html domains.tab primes.tab images ${PREFIX}/share/analog; cp analog ${PREFIX}/bin)
@(cd ${PREFIX}/share/analog; chmod +r *)