diff options
author | Paul Richards <paul@FreeBSD.org> | 1997-04-30 00:16:34 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 1997-04-30 00:16:34 +0000 |
commit | 0a9305cd64023663b029a647a594a3d97896fc30 (patch) | |
tree | 48d2eceb6e47ceeef03e89d27f6e41ff4aebc06d /www | |
parent | 4b30196e3403d58751d38fbdc90f40e7262de103 (diff) | |
download | ports-0a9305cd64023663b029a647a594a3d97896fc30.tar.gz ports-0a9305cd64023663b029a647a594a3d97896fc30.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/analog/Makefile | 3 |
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 *) |