diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 12:54:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 12:54:28 +0000 |
commit | 16a1f893c2daa6273aa6fe1f146b80c43c5f5c69 (patch) | |
tree | 4c503a3afdb5bc734200dcc729fd03dba7413317 /graphics/xfig/Makefile | |
parent | 793164f706e795eea2489151c7e974b2b7941f25 (diff) |
Notes
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 6b06f0229ab0..4b7ed2ac1220 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -30,6 +30,9 @@ MAN1= xfig.1 INSTALL_TARGET= install install.all .endif +post-extract: + @${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC} + pre-fetch: .if !defined(WITHOUT_GHOSTSCRIPT) @${ECHO_MSG} "To build this port without Ghostscript support," |