1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

PR:		190797
This commit is contained in:
Martin Wilke 2014-06-27 14:22:27 +00:00
parent 9e908aa39b
commit 2877a7e1d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359538

View File

@ -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 <bsd.port.mk>