mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Upgrade to 0.13.41
This commit is contained in:
parent
ed3a69efb7
commit
347c70df7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13042
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (wily-0.13.36.tgz) = c58344ef2aea2203400b63ed12bcb91b
|
||||
MD5 (wily-0.13.41.tgz) = 6fd6052741a4c3915982878405f752ca
|
||||
|
@ -3,17 +3,33 @@ share/doc/wily/index.html
|
||||
share/doc/wily/intro.html
|
||||
share/doc/wily/download.html
|
||||
share/doc/wily/credits.html
|
||||
share/doc/wily/FAQ.txt
|
||||
share/doc/wily/FAQ.html
|
||||
share/doc/wily/onepage.html
|
||||
share/doc/wily/user.html
|
||||
share/doc/wily/idioms.html
|
||||
share/doc/wily/C.html
|
||||
share/doc/wily/python.html
|
||||
share/doc/wily/perl.txt
|
||||
share/doc/wily/hack.html
|
||||
share/doc/wily/changes.txt
|
||||
share/doc/wily/AcmeVsWily.html
|
||||
share/doc/wily/Tcl.html
|
||||
share/doc/wily/pythonpaper.html
|
||||
share/doc/wily/winmanager.html
|
||||
share/doc/wily/auug.html
|
||||
share/doc/wily/one.html
|
||||
share/doc/wily/example.gif
|
||||
share/doc/wily/thumb.gif
|
||||
share/doc/wily/cartoon.gif
|
||||
share/doc/wily/FAQ.txt
|
||||
share/doc/wily/Tcl.txt
|
||||
share/doc/wily/changes.txt
|
||||
share/doc/wily/perl.txt
|
||||
share/doc/wily/Credits
|
||||
share/doc/wily/fonts
|
||||
share/doc/wily/mouse
|
||||
share/doc/wily/tute/findword
|
||||
share/doc/wily/tute/script
|
||||
share/doc/wily/tute/start
|
||||
share/doc/wily/tute/hello.c
|
||||
share/doc/wily/tute/send_to_gary
|
||||
@dirrm share/doc/wily/tute
|
||||
@dirrm share/doc/wily
|
||||
|
Loading…
Reference in New Issue
Block a user