svn commit: r334610 - in head/graphics/jasper: . files

Dirk Meyer dinoex at FreeBSD.org
Fri Nov 22 19:39:27 UTC 2013


Author: dinoex
Date: Fri Nov 22 19:39:26 2013
New Revision: 334610
URL: http://svnweb.freebsd.org/changeset/ports/334610

Log:
  - cleanup manpage handling

Deleted:
  head/graphics/jasper/files/patch-appl-Makefile.in
Modified:
  head/graphics/jasper/Makefile

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Fri Nov 22 19:36:18 2013	(r334609)
+++ head/graphics/jasper/Makefile	Fri Nov 22 19:39:26 2013	(r334610)
@@ -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


More information about the svn-ports-head mailing list