Bug 170810 - [PATCH] editors/kile-kde4: fix OKULAR ports option
Summary: [PATCH] editors/kile-kde4: fix OKULAR ports option
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 23:40 UTC by Artis Caune
Modified: 2012-08-23 11:20 UTC (History)
0 users

See Also:


Attachments
file.diff (245 bytes, patch)
2012-08-20 23:40 UTC, Artis Caune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artis Caune 2012-08-20 23:40:15 UTC
There is a typo in Makefile for OKULAR ports option.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 23:40:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-23 11:19:08 UTC
Author: makc
Date: Thu Aug 23 10:18:54 2012
New Revision: 302996
URL: http://svn.freebsd.org/changeset/ports/302996

Log:
  Fix typo.
  
  PR:		ports/170810
  Submitted by:	Artis Caune <Artis.Caune at gmail.com>

Modified:
  head/editors/kile-kde4/Makefile

Modified: head/editors/kile-kde4/Makefile
==============================================================================
--- head/editors/kile-kde4/Makefile	Thu Aug 23 10:15:28 2012	(r302995)
+++ head/editors/kile-kde4/Makefile	Thu Aug 23 10:18:54 2012	(r302996)
@@ -30,7 +30,7 @@ OKULAR_DESC=	Use Okular for viewing
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MOKULAR)
+.if ${PORT_OPTIONS:MOKULAR}
 USE_KDE4+=	okular_run
 .endif
 
_______________________________________________
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 Max Brazhnikov freebsd_committer freebsd_triage 2012-08-23 11:19:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!