diff options
author | osa <osa@FreeBSD.org> | 2003-10-13 22:41:27 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-13 22:41:27 +0800 |
commit | 7e90208ec94582fbbe3c262682f65f70c8a3f1ce (patch) | |
tree | 528a3cba657f3a38ff6b55bcffead501c56d6d28 /sysutils/pfstat | |
parent | ca5318ef971b97659222e0b34e5165903cc0698d (diff) | |
download | freebsd-ports-gnome-7e90208ec94582fbbe3c262682f65f70c8a3f1ce.tar.gz freebsd-ports-gnome-7e90208ec94582fbbe3c262682f65f70c8a3f1ce.tar.zst freebsd-ports-gnome-7e90208ec94582fbbe3c262682f65f70c8a3f1ce.zip |
Ignore for OSVERSION < 500000, silence for REINPLACE_CMD.
Approved by: maintainer
Diffstat (limited to 'sysutils/pfstat')
-rw-r--r-- | sysutils/pfstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 95c9aaae323a..e9deb32ba680 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: |