diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-09-07 12:11:07 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-09-07 12:11:07 +0800 |
commit | 9dfa18ef239be7509a690f9238f3d7be97a557df (patch) | |
tree | 82865629d44811b8ef3288470e733ad1ed1c8003 /editors/wily/Makefile | |
parent | b083dc63672537609489ca0e1c34468d04a426e1 (diff) | |
download | freebsd-ports-gnome-9dfa18ef239be7509a690f9238f3d7be97a557df.tar.gz freebsd-ports-gnome-9dfa18ef239be7509a690f9238f3d7be97a557df.tar.zst freebsd-ports-gnome-9dfa18ef239be7509a690f9238f3d7be97a557df.zip |
Upgrade to 0.13.41
Diffstat (limited to 'editors/wily/Makefile')
-rw-r--r-- | editors/wily/Makefile | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 149747ce3067..42b7d7cb99e6 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -3,10 +3,10 @@ # Date created: 23 September 1997 # Whom: koshy # -# $Id: Makefile,v 1.3 1998/08/05 09:31:36 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/07 02:42:09 jkoshy Exp $ # -DISTNAME= wily-0.13.36 +DISTNAME= wily-0.13.41 CATEGORIES= plan9 editors MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/src/ \ ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \ @@ -15,20 +15,26 @@ EXTRACT_SUFX= .tgz MAINTAINER= jkoshy@freebsd.org -USE_X_PREFIX= YES +USE_X11= YES GNU_CONFIGURE= YES WILYDOCDIR= ${PREFIX}/share/doc/wily -WILYDOCFILES= index.html intro.html download.html credits.html FAQ.txt \ +WILYTUTEDIR= ${WILYDOCDIR}/tute +WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \ onepage.html user.html idioms.html C.html python.html \ - perl.txt hack.html changes.txt AcmeVsWily.html Tcl.html \ - pythonpaper.html winmanager.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 \ + tute/send_to_gary # The default Wily makefile does not install any documentation. Rectify. post-install: strip ${PREFIX}/bin/wily .if !defined(NOPORTDOCS) - ${MKDIR} ${WILYDOCDIR} + ${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR} set -e; for f in ${WILYDOCFILES}; do \ ${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \ done |