Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2012 11:41:56 +0900 (JST)
From:      Masaki TAGAWA <masaki@club.kyutech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167598: [Maintainer update] japanese/font-ricty: Fixed Makefile
Message-ID:  <201205050241.q452fuu0007423@rosetta.club.kyutech.ac.jp>
Resent-Message-ID: <201205050250.q452oB4L049378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167598
>Category:       ports
>Synopsis:       [Maintainer update] japanese/font-ricty: Fixed Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 05 02:50:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Masaki TAGAWA
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
Kyushu Institute of Technology
>Environment:
System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-RELEASE FreeBSD 9.0-RELEASE #6: Sun Apr 22 19:40:14 JST 2012 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64

>Description:
- Fixed Makefile.
  - Use a tab (not space) after a variable name.
  - Now, portlint -abt says Ok.
>How-To-Repeat:
	
>Fix:

	

--- font-ricty.patch begins here ---
--- /usr/ports/japanese/font-ricty/Makefile.org	2012-05-04 08:01:54.000000000 +0900
+++ /usr/ports/japanese/font-ricty/Makefile	2012-05-05 11:27:59.000000000 +0900
@@ -10,7 +10,7 @@
 PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/
-PKGNAMEPREFIX= ja-font-
+PKGNAMEPREFIX=	ja-font-
 
 MAINTAINER=	masaki@club.kyutech.ac.jp
 COMMENT=	Ricty - fonts for programming
@@ -42,10 +42,10 @@
 
 .if defined(WITH_DISCORD)
 PLIST_SUB+=	DISCORD=""
-SUB_LIST+= DISCORD=""
+SUB_LIST+=	DISCORD=""
 .else
 PLIST_SUB+=	DISCORD="@comment "
-SUB_LIST+= DISCORD="#"
+SUB_LIST+=	DISCORD="#"
 .endif
 
 do-build:
--- font-ricty.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205050241.q452fuu0007423>