Summary: | [maintainer update] japanese/font-ricty: OptionsNG | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Masaki TAGAWA <masaki> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | masaki | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Masaki TAGAWA
2012-09-04 17:20:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed. Thanks! Author: swills Date: Tue Sep 4 16:43:52 2012 New Revision: 303663 URL: http://svn.freebsd.org/changeset/ports/303663 Log: - Convert to OptionsNG PR: ports/171327 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer) Modified: head/japanese/font-ricty/Makefile (contents, props changed) Modified: head/japanese/font-ricty/Makefile ============================================================================== --- head/japanese/font-ricty/Makefile Tue Sep 4 16:11:37 2012 (r303662) +++ head/japanese/font-ricty/Makefile Tue Sep 4 16:43:52 2012 (r303663) @@ -7,7 +7,7 @@ PORTNAME= ricty PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/ PKGNAMEPREFIX= ja-font- @@ -36,11 +36,14 @@ WRKSRC= ${WRKDIR}/yascentur-Ricty-${TAG} LOCAL_FONTSDIR= share/fonts X_FONTSDIR= lib/X11/fonts -OPTIONS= DISCORD "Install Ricty-Discord" On +OPTIONS_DEFINE= DISCORD +DISCORD_DESC= Install Ricty-Discord + +OPTIONS_DEFAULT= DISCORD .include <bsd.port.options.mk> -.if defined(WITH_DISCORD) +.if ${PORT_OPTIONS:MDISCORD} PLIST_SUB+= DISCORD="" SUB_LIST+= DISCORD="" .else _______________________________________________ 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" |