diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-16 11:01:40 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-16 11:01:40 +0000 |
commit | 61a5293329cc253ba176035d78c135c03a172a8a (patch) | |
tree | fb385b15a368b0ec1bcf2a58eb48b6fdc5cfca5a /x11-toolkits/fox16/Makefile | |
parent | b37f3dc326dcb2cfcf26f13b675ed0e1a2463223 (diff) | |
download | ports-61a5293329cc253ba176035d78c135c03a172a8a.tar.gz ports-61a5293329cc253ba176035d78c135c03a172a8a.zip |
Notes
Diffstat (limited to 'x11-toolkits/fox16/Makefile')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 508e3f1694db..dcb6a1c79b3c 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.6.55 +PORTVERSION= 1.6.56 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ \ http://ftp.fox-toolkit.org/pub/ @@ -83,7 +83,7 @@ CXXFLAGS+= -fexpensive-optimizations -finline-functions post-patch: # Rename man pages as in manpage.1 --> manpage-16.1 to avoid # conflicts with fox14 and fox17 - files=$$(${FIND} ${WRKSRC} -name *.1); \ + @files=$$(${FIND} ${WRKSRC} -name *.1); \ for f in $$files; do \ ${MV} $$f `${ECHO_CMD} $$f | ${SED} -e 's|\.1|-16.1|'`; \ done; |