summaryrefslogtreecommitdiff
path: root/www/analog/Makefile
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1997-04-30 00:16:34 +0000
committerPaul Richards <paul@FreeBSD.org>1997-04-30 00:16:34 +0000
commit0a9305cd64023663b029a647a594a3d97896fc30 (patch)
tree48d2eceb6e47ceeef03e89d27f6e41ff4aebc06d /www/analog/Makefile
parentTurn on unshrink method (diff)
Revert my previous addition of an mkdir -p. mtree is the way to do this.
Notes
Notes: svn path=/head/; revision=6364
Diffstat (limited to '')
-rw-r--r--www/analog/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index c77f8cc0a1ae..1d846c635788 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -3,7 +3,7 @@
# Date created: October 21st 1996
# Whom: jfitz
#
-# $Id: Makefile,v 1.5 1996/11/18 11:40:28 asami Exp $
+# $Id: Makefile,v 1.6 1997/04/19 18:28:20 paul Exp $
#
DISTNAME= analog.1.92.1
@@ -22,7 +22,6 @@ 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 *)