From 57b84baab3bc2f2f818e0c9df1dea91f75cc17a5 Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 8 Dec 1999 23:51:57 +0000 Subject: [PATCH] - remove a bad dist site and fix URL to another - remove deprecated variables - cleanup Makefile --- plan9/wily/Makefile | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/plan9/wily/Makefile b/plan9/wily/Makefile index 7405d2a8a00..04524e84c55 100644 --- a/plan9/wily/Makefile +++ b/plan9/wily/Makefile @@ -1,36 +1,33 @@ -# $OpenBSD: Makefile,v 1.3 1999/06/01 23:55:32 brad Exp $ +# $OpenBSD: Makefile,v 1.4 1999/12/08 23:51:57 brad Exp $ DISTNAME= wily-0.13.41 CATEGORIES= plan9 editors -MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/wily/src/ \ - ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \ - ftp://ftp.cs.su.oz.au/gary/wily/src/ +MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \ + ftp://ftp.cs.su.oz.au/gary/wily/src/old/ EXTRACT_SUFX= .tgz MAINTAINER= angelos@openbsd.org +SEPARATE_BUILD= simple USE_X11= yes USE_AUTOCONF= yes -SEPARATE_BUILD= simple WILYDOCDIR= ${PREFIX}/share/doc/wily WILYTUTEDIR= ${WILYDOCDIR}/tute WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \ onepage.html user.html idioms.html C.html python.html \ - hack.html AcmeVsWily.html Tcl.html \ - pythonpaper.html winmanager.html auug.html one.html \ - example.gif thumb.gif cartoon.gif \ - FAQ.txt Tcl.txt changes.txt perl.txt \ - Credits fonts mouse\ - tute/findword tute/script tute/start tute/hello.c \ + hack.html AcmeVsWily.html Tcl.html pythonpaper.html \ + winmanager.html auug.html one.html example.gif thumb.gif \ + cartoon.gif FAQ.txt Tcl.txt changes.txt perl.txt Credits \ + fonts mouse tute/findword tute/script tute/start tute/hello.c \ tute/send_to_gary -# The default Wily makefile does not install any documentation. Rectify. post-install: - strip ${PREFIX}/bin/wily - ${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR} - set -e; for f in ${WILYDOCFILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \ + @mkdir -p ${WILYDOCDIR} + @mkdir -p ${WILYTUTEDIR} + @strip ${PREFIX}/bin/wily + @set -e; for f in ${WILYDOCFILES}; do \ + ${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \ done .include