diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-26 13:15:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-26 13:15:10 +0800 |
commit | 47c79c0f214bc63b24645782f9ee1a2706a1ddaa (patch) | |
tree | 1e71cfe79c1b5e0f22d205d07b1571877bcc8a83 /textproc/unrtf | |
parent | fbb54c8064d7431a282667a7b822f1be8cfa6812 (diff) | |
download | freebsd-ports-gnome-47c79c0f214bc63b24645782f9ee1a2706a1ddaa.tar.gz freebsd-ports-gnome-47c79c0f214bc63b24645782f9ee1a2706a1ddaa.tar.zst freebsd-ports-gnome-47c79c0f214bc63b24645782f9ee1a2706a1ddaa.zip |
- Stage support
Diffstat (limited to 'textproc/unrtf')
-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 \ |