diff options
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r-- | graphics/jasper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 9dce359a379b..f745fa82d346 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -48,9 +48,8 @@ PLIST_SUB+= OPENGL="@comment " EXTRA_PATCHES+= ${FILESDIR}/uuid.patch .endif -post-install: - cd ${WRKSRC}/src/appl && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} install-man .if ${PORT_OPTIONS:MDOCS} +post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ .endif |