Bug 175718 - [PATCH] graphics/jpeg: fix OptionsNG
Summary: [PATCH] graphics/jpeg: fix OptionsNG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 03:30 UTC by takefu
Modified: 2013-02-08 11:40 UTC (History)
1 user (show)

See Also:


Attachments
jpeg-8_4.patch (727 bytes, patch)
2013-01-31 03:30 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2013-01-31 03:30:00 UTC
  - fix OptionsNG

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-31 03:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-08 11:34:37 UTC
Author: dinoex
Date: Fri Feb  8 11:34:24 2013
New Revision: 311937
URL: http://svnweb.freebsd.org/changeset/ports/311937

Log:
  - use option DOC
  PR:		175718
  Submitted by:	Takefu

Modified:
  head/graphics/jpeg/Makefile

Modified: head/graphics/jpeg/Makefile
==============================================================================
--- head/graphics/jpeg/Makefile	Fri Feb  8 11:30:13 2013	(r311936)
+++ head/graphics/jpeg/Makefile	Fri Feb  8 11:34:24 2013	(r311937)
@@ -34,6 +34,8 @@ CONFIGURE_ARGS+=	--enable-maxmem=${J_MAX
 
 MAN1=		cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
 
+.include <bsd.port.options.mk>
+
 post-extract:
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/jpegexiforient.c ${WRKSRC}/
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/exifautotran.txt ${WRKSRC}/exifautotran
@@ -47,7 +49,7 @@ test: build
 regression-test:	test
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${PREFIX}/share/doc/jpeg
 	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg/
 	@${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/jpeg/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2013-02-08 11:34:45 UTC
State Changed
From-To: open->closed


committed, thanks.