diff options
-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 c77f8cc..1d846c6 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 *) |