diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/unrtf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 934ff3b07cb1..4bdb5a4792a7 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -15,7 +15,6 @@ USES= gmake iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share -MAN1= unrtf.1 PLIST_FILES= bin/unrtf \ %%DATADIR%%/SYMBOL.charmap \ %%DATADIR%%/html.conf \ @@ -23,13 +22,13 @@ PLIST_FILES= bin/unrtf \ %%DATADIR%%/rtf.conf \ %%DATADIR%%/text.conf \ %%DATADIR%%/troff_mm.conf \ - %%DATADIR%%/vt.conf + %%DATADIR%%/vt.conf \ + man/man1/unrtf.1.gz PLIST_DIRS= %%DATADIR%% CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -NO_STAGE= yes post-patch: @${FIND} -X ${WRKSRC} -type f -and -name "*.[1h]" | ${XARGS} \ ${REINPLACE_CMD} -e \ |