Update to 20010310, and fix the same chown bug as in news/inn.

This commit is contained in:
Dag-Erling Smørgrav 2001-03-11 02:35:31 +00:00
parent 8365998ce0
commit 8385507d91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39524
3 changed files with 15 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= inn
SNAPSHOT= 20010306
SNAPSHOT= 20010310
PORTVERSION= 2.3.${SNAPSHOT}
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/

View File

@ -1 +1 @@
MD5 (inn-STABLE-20010306.tar.gz) = 2946f55e40642abf1180723c86dedee9
MD5 (inn-STABLE-20010310.tar.gz) = f094ccc73045a5d54db6e1aad57d3afd

View File

@ -0,0 +1,13 @@
--- Makefile.orig Sun Mar 11 01:59:11 2001
+++ Makefile Sun Mar 11 01:59:56 2001
@@ -81,7 +81,9 @@
directories:
@chmod +x support/install-sh
for D in $(INSTDIRS) ; do \
- support/install-sh $(OWNER) -m 0755 -d $$D ; \
+ if [ ! -d $$D ] ; then \
+ support/install-sh $(OWNER) -m 0755 -d $$D ; \
+ fi ; \
done
support/install-sh $(OWNER) -m 0750 -d $(PATHRUN)