diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 00:06:55 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 00:06:55 +0000 |
commit | b3de02ff792d6a8fb02e7dae8cdbe628594022d6 (patch) | |
tree | 21534babed2d82e33073d26411c5e155f7b5c254 /news | |
parent | 38cc5d1b9dc34705c99f1ae4eb654676154c9edc (diff) | |
download | ports-b3de02ff792d6a8fb02e7dae8cdbe628594022d6.tar.gz ports-b3de02ff792d6a8fb02e7dae8cdbe628594022d6.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/husky-base/Makefile | 8 | ||||
-rw-r--r-- | news/husky-base/files/patch-huskymak.cfg | 16 |
2 files changed, 15 insertions, 9 deletions
diff --git a/news/husky-base/Makefile b/news/husky-base/Makefile index 6069718c1c70..2a8fba514893 100644 --- a/news/husky-base/Makefile +++ b/news/husky-base/Makefile @@ -15,14 +15,6 @@ MAINTAINER= fjoe@FreeBSD.org WRKSRC= ${WRKDIR}/huskybse-${PORTVERSION} NO_BUILD= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} \ - -e 's^CFGDIR=/etc/fido^CFGDIR=$$(PREFIX)/etc/fido^' \ - -e 's^# INFODIR=/usr/local^INFODIR=$$(PREFIX)^' \ - -e 's^#HTMLDIR=$$(PREFIX)/lib/husky^HTMLDIR=$$(PREFIX)/share/doc/husky^' \ - ${WRKSRC}/huskymak.cfg pre-install: @ ${SETENV} PKG_PREFIX=${PREFIX} \ diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg index a9e1e7b72bd2..ceb53544430a 100644 --- a/news/husky-base/files/patch-huskymak.cfg +++ b/news/husky-base/files/patch-huskymak.cfg @@ -1,5 +1,19 @@ --- huskymak.cfg.orig Tue May 1 12:37:48 2001 -+++ huskymak.cfg Thu Jan 9 03:51:35 2003 ++++ huskymak.cfg Fri Jan 24 00:00:50 2003 +@@ -35,11 +35,11 @@ + # 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). +-# INFODIR=/usr/local/info ++INFODIR=$(PREFIX)/info + + # The same as above, but for HTML documentation. This requires a working + # "texi2html" program. +-#HTMLDIR=$(PREFIX)/lib/husky ++HTMLDIR=$(PREFIX)/share/doc/husky + + # Name of the config file of MSGED TE: + MSGEDCFG=\"$(CFGDIR)/msged.cfg\" @@ -108,7 +108,7 @@ # update dynamic library cache |