aboutsummaryrefslogtreecommitdiff
path: root/www/yaws
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2006-07-18 19:39:03 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2006-07-18 19:39:03 +0000
commit1cb49c544b72fe4ba7e62a40acf22f88a9fef5b2 (patch)
treebc23961d5ebe8faa9a13ea1fc55113dce6624f31 /www/yaws
parentee0c62d79d0a69241d7acd86d1e0c100010cc5f2 (diff)
downloadports-1cb49c544b72fe4ba7e62a40acf22f88a9fef5b2.tar.gz
ports-1cb49c544b72fe4ba7e62a40acf22f88a9fef5b2.zip
Notes
Diffstat (limited to 'www/yaws')
-rw-r--r--www/yaws/Makefile1
-rw-r--r--www/yaws/files/patch-src_Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile
index a06fb350dc0b..cf2ccfd43c04 100644
--- a/www/yaws/Makefile
+++ b/www/yaws/Makefile
@@ -7,6 +7,7 @@
PORTNAME= yaws
PORTVERSION= 1.64
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://yaws.hyber.org/download/
diff --git a/www/yaws/files/patch-src_Makefile b/www/yaws/files/patch-src_Makefile
new file mode 100644
index 000000000000..2cb13cd69a77
--- /dev/null
+++ b/www/yaws/files/patch-src_Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/Makefile.orig
++++ src/Makefile
+@@ -3,7 +3,7 @@
+ ifeq ($(TYPE),debug)
+ DEBUG_FLAGS = -Ddebug +debug_info
+ else
+-DEBUG_FLAGS =
++DEBUG_FLAGS = +debug_info
+ endif
+
+ include ../vsn.mk