diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 09:44:04 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 09:44:04 +0000 |
commit | 3403a41f9f4d113226b5c89f16fe590b3a94e820 (patch) | |
tree | 7d84c95933318039fa45cf01ca7071f9d5a34164 /news/husky-base | |
parent | 6e7034d22ebd70889a7d6602f8254307372305a5 (diff) | |
download | ports-3403a41f9f4d113226b5c89f16fe590b3a94e820.tar.gz ports-3403a41f9f4d113226b5c89f16fe590b3a94e820.zip |
Notes
Diffstat (limited to 'news/husky-base')
-rw-r--r-- | news/husky-base/files/patch-huskymak.cfg | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg index ceb53544430a..b1dc5d7bbd27 100644 --- a/news/husky-base/files/patch-huskymak.cfg +++ b/news/husky-base/files/patch-huskymak.cfg @@ -1,6 +1,6 @@ --- huskymak.cfg.orig Tue May 1 12:37:48 2001 -+++ huskymak.cfg Fri Jan 24 00:00:50 2003 -@@ -35,11 +35,11 @@ ++++ huskymak.cfg Fri Jan 24 15:15:30 2003 +@@ -35,14 +35,14 @@ # will not be compiled, and you won't know how to use the software ;-). # You should take care that this directory is listed in the INFOPATH # environment variable (if necessary, modify your /etc/profile file). @@ -13,7 +13,11 @@ +HTMLDIR=$(PREFIX)/share/doc/husky # Name of the config file of MSGED TE: - MSGEDCFG=\"$(CFGDIR)/msged.cfg\" +-MSGEDCFG=\"$(CFGDIR)/msged.cfg\" ++MSGEDCFG=\"~/.msged\" + + + ############################################################################## @@ -108,7 +108,7 @@ # update dynamic library cache @@ -34,6 +38,15 @@ #UNAME=OS2 #UNAME=BEOS +@@ -143,7 +143,7 @@ + SHORTNAMES=0 + + # Perl support +-PERL=0 ++PERL=1 + + # The DYNLIBS switch controls if dynamic or static linkage is used. + # This is tricky. If you set DYNLIBS=1, dynamic libraries (.so files) @@ -166,7 +166,7 @@ WARNFLAGS=-Wall |