aboutsummaryrefslogtreecommitdiffstats
path: root/www/mini_httpd/files
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2003-11-03 07:19:54 +0800
committerse <se@FreeBSD.org>2003-11-03 07:19:54 +0800
commit2989caec16d83441ac8101571b22a120cb93c900 (patch)
treeff46f46f9e76f83525df1f94393214659ec77afe /www/mini_httpd/files
parentafe94e2b46e0f4628ce6d8fe071a78f6fd16f44f (diff)
downloadfreebsd-ports-gnome-2989caec16d83441ac8101571b22a120cb93c900.tar.gz
freebsd-ports-gnome-2989caec16d83441ac8101571b22a120cb93c900.tar.zst
freebsd-ports-gnome-2989caec16d83441ac8101571b22a120cb93c900.zip
Upgrade to version 1.18.
Submitted by: Massimiliano della Rovere <mader@tiscalinet.it>
Diffstat (limited to 'www/mini_httpd/files')
-rw-r--r--www/mini_httpd/files/patch-Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/www/mini_httpd/files/patch-Makefile b/www/mini_httpd/files/patch-Makefile
index fba62eb16c69..200a1e4ea41d 100644
--- a/www/mini_httpd/files/patch-Makefile
+++ b/www/mini_httpd/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Jan 3 00:07:27 2002
-+++ Makefile Tue Jul 30 13:38:04 2002
+--- Makefile.orig Thu Oct 30 22:53:07 2003
++++ Makefile Thu Oct 30 23:03:24 2003
@@ -14,17 +14,18 @@
# http://www.openssl.org/ Make sure the SSL_TREE definition points to the
# tree with your OpenSSL installation - depending on how you installed it,
@@ -24,3 +24,13 @@
#CFLAGS = -g ${CDEFS}
LDFLAGS = -s
#LDFLAGS = -g
+@@ -76,9 +77,7 @@
+ -mkdir -p ${BINDIR}
+ cp mini_httpd htpasswd ${BINDIR}
+ rm -f ${MANDIR}/man8/mini_httpd.8 ${MANDIR}/man1/htpasswd.1
+- -mkdir -p ${MANDIR}/man8
+ cp mini_httpd.8 ${MANDIR}/man8
+- -mkdir -p ${MANDIR}/man1
+ cp htpasswd.1 ${MANDIR}/man1
+
+ clean: