diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:25:08 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:25:08 +0000 |
commit | 689d71fea0b35dfce2d534191f41ce0eec4a3af1 (patch) | |
tree | 1ad312ea597f8b81b1100e75e9b6a8d8356bc7d5 /editors | |
parent | 308e431bde3d39c1a0d831c38b0cb0f803092cd5 (diff) | |
download | ports-689d71fea0b35dfce2d534191f41ce0eec4a3af1.tar.gz ports-689d71fea0b35dfce2d534191f41ce0eec4a3af1.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/wily/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 42b7d7cb99e6..a2b75bc7dbf2 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1997 # Whom: koshy # -# $Id: Makefile,v 1.4 1998/09/07 02:42:09 jkoshy Exp $ +# $Id: Makefile,v 1.5 1998/09/07 04:11:06 jkoshy Exp $ # DISTNAME= wily-0.13.41 @@ -18,6 +18,8 @@ MAINTAINER= jkoshy@freebsd.org USE_X11= YES GNU_CONFIGURE= YES +BROKEN_ELF= yes + WILYDOCDIR= ${PREFIX}/share/doc/wily WILYTUTEDIR= ${WILYDOCDIR}/tute WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \ |