diff options
Diffstat (limited to 'www/netrik/Makefile')
-rw-r--r-- | www/netrik/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/netrik/Makefile b/www/netrik/Makefile index a294ee35572b..49df86d76fcc 100644 --- a/www/netrik/Makefile +++ b/www/netrik/Makefile @@ -14,14 +14,12 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_GMAKE= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/netrik - -MAN1= netrik.1 -MAN5= netrikrc.5 +PLIST_FILES= bin/netrik \ + man/man1/netrik.1.gz \ + man/man5/netrikrc.5.gz PORTDOCS= * -NO_STAGE= yes post-patch: @${REINPLACE_CMD} "s/#include <ncursesw\//#include </" \ ${WRKSRC}/*.c |