aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/jasper/Makefile3
-rw-r--r--graphics/jasper/files/patch-appl-Makefile.in11
2 files changed, 1 insertions, 13 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
diff --git a/graphics/jasper/files/patch-appl-Makefile.in b/graphics/jasper/files/patch-appl-Makefile.in
deleted file mode 100644
index e5ef8cb38bb8..000000000000
--- a/graphics/jasper/files/patch-appl-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/appl/Makefile.in.orig Wed Feb 7 11:37:26 2007
-+++ src/appl/Makefile.in Wed Feb 7 11:37:36 2007
-@@ -599,7 +599,7 @@
-
- info-am:
-
--install-data-am: install-man
-+install-data-am:
-
- install-exec-am: install-binPROGRAMS
-