diff options
Diffstat (limited to 'textproc/fex')
-rw-r--r-- | textproc/fex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/fex/Makefile b/textproc/fex/Makefile index d440e5930c88..427567e026cf 100644 --- a/textproc/fex/Makefile +++ b/textproc/fex/Makefile @@ -14,10 +14,8 @@ LICENSE= APACHE20 MAKE_ENV+= INSTALLMAN=${PREFIX}/man -PLIST_FILES= bin/fex -MAN1= fex.1 +PLIST_FILES= bin/fex man/man1/fex.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|g' ${WRKSRC}/Makefile |