diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-07-18 19:39:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-07-18 19:39:03 +0000 |
commit | 1cb49c544b72fe4ba7e62a40acf22f88a9fef5b2 (patch) | |
tree | bc23961d5ebe8faa9a13ea1fc55113dce6624f31 /www/yaws | |
parent | ee0c62d79d0a69241d7acd86d1e0c100010cc5f2 (diff) | |
download | ports-1cb49c544b72fe4ba7e62a40acf22f88a9fef5b2.tar.gz ports-1cb49c544b72fe4ba7e62a40acf22f88a9fef5b2.zip |
Notes
Diffstat (limited to 'www/yaws')
-rw-r--r-- | www/yaws/Makefile | 1 | ||||
-rw-r--r-- | www/yaws/files/patch-src_Makefile | 14 |
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 |