Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Dec 2001 15:05:28 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        "Scot W. Hetzel" <hetzels@westbend.net>
Cc:        "Andrey A. Chernov" <ache@nagual.pp.ru>, "Ports Team" <ports@FreeBSD.ORG>
Subject:   Re: Fix missing plist entry for apache13
Message-ID:  <7my9kn4grb.wl@waterblue.imgsrc.co.jp>
In-Reply-To: <008401c179bc$a1a45ac0$7d7885c0@genroco.com>
References:  <7mk7w954yd.wl@waterblue.imgsrc.co.jp> <20011130051105.GA15404@nagual.pp.ru> <008401c179bc$a1a45ac0$7d7885c0@genroco.com>

next in thread | previous in thread | raw e-mail | index | archive | help

OK, how about this?


Index: patch-ab
===================================================================
RCS file: /home/ncvs/ports/www/apache13/files/patch-ab,v
retrieving revision 1.20
diff -u -r1.20 patch-ab
--- patch-ab	22 Oct 2001 17:40:16 -0000	1.20
+++ patch-ab	1 Dec 2001 06:04:49 -0000
@@ -1,5 +1,5 @@
---- Makefile.tmpl.orig	Sun Oct  7 02:01:09 2001
-+++ Makefile.tmpl	Sun Oct 21 23:17:01 2001
+--- Makefile.tmpl.orig	Sun Oct  7 07:01:09 2001
++++ Makefile.tmpl	Wed Nov 21 16:39:04 2001
 @@ -270,10 +270,12 @@
  	$(MKDIR) $(root)$(mandir)/man1
  	$(MKDIR) $(root)$(mandir)/man8
@@ -15,7 +15,7 @@
  	$(MKDIR) $(root)$(includedir)
  	$(MKDIR) $(root)$(includedir)/xml
  	$(MKDIR) $(root)$(runtimedir)
-@@ -457,33 +459,40 @@
+@@ -457,33 +459,39 @@
  #   icons and distributed CGI scripts.
  install-data:
  	@echo "===> [data: Installing initial data files]"
@@ -44,7 +44,6 @@
  		find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \
  		find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \
 +#        fi
-+	$(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual
 +	if [ ! -d $(root)$(htdocsdir)/ ]; then \
 +		$(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \
  	fi
@@ -71,7 +70,7 @@
  	@echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \
  	(cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\
  	(cd $(root)$(iconsdir)/ && $(TAR) -xf -); \
-@@ -522,14 +531,14 @@
+@@ -522,14 +530,14 @@
  			-e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \
  			-e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
  			-e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7my9kn4grb.wl>