summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-10-13 14:41:27 +0000
committerosa <osa@FreeBSD.org>2003-10-13 14:41:27 +0000
commit7e90208ec94582fbbe3c262682f65f70c8a3f1ce (patch)
tree528a3cba657f3a38ff6b55bcffead501c56d6d28
parentca5318ef971b97659222e0b34e5165903cc0698d (diff)
downloadFreeBSD-ports-7e90208ec94582fbbe3c262682f65f70c8a3f1ce.zip
FreeBSD-ports-7e90208ec94582fbbe3c262682f65f70c8a3f1ce.tar.gz
Ignore for OSVERSION < 500000, silence for REINPLACE_CMD.
Approved by: maintainer
-rw-r--r--sysutils/pfstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile
index 95c9aaa..e9deb32 100644
--- a/sysutils/pfstat/Makefile
+++ b/sysutils/pfstat/Makefile
@@ -36,11 +36,11 @@ CFLAGS+= -I${LOCALBASE}/include/pf
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-#IGNORE= "Only for 5.0 and above"
+IGNORE= "Only for 5.0 and above"
.endif
post-patch:
- ${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \
+ @${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \
${WRKSRC}/Makefile
do-install:
OpenPOWER on IntegriCloud