From 2877a7e1d717b79e419f53185a5b61c2ee14d9f3 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 27 Jun 2014 14:22:27 +0000 Subject: [PATCH] - Stage support PR: 190797 --- www/linkcheck/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/linkcheck/Makefile b/www/linkcheck/Makefile index f214837f11ae..254107d04cfb 100644 --- a/www/linkcheck/Makefile +++ b/www/linkcheck/Makefile @@ -3,16 +3,17 @@ PORTNAME= linkcheck PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.inter7.com/linkcheck/ MAINTAINER= ismail@EnderUNIX.org COMMENT= Checks a web site for bad links -MAN1= linkcheck.1 -PLIST_FILES= bin/linkcheck +PLIST_FILES= bin/linkcheck man/man1/linkcheck.1.gz GNU_CONFIGURE= yes -NO_STAGE= yes +CFLAGS+= -Wno-return-type + .include