Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 09:21:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359484 - head/japanese/font-ricty
Message-ID:  <201406270921.s5R9LD4J067817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 27 09:21:13 2014
New Revision: 359484
URL: http://svnweb.freebsd.org/changeset/ports/359484
QAT: https://qat.redports.org/buildarchive/r359484/

Log:
  Only one slave ports so far, relax the check on PKGNAMESUFFIX because previous syntax
  is not compatible with the old make

Modified:
  head/japanese/font-ricty/Makefile

Modified: head/japanese/font-ricty/Makefile
==============================================================================
--- head/japanese/font-ricty/Makefile	Fri Jun 27 09:21:07 2014	(r359483)
+++ head/japanese/font-ricty/Makefile	Fri Jun 27 09:21:13 2014	(r359484)
@@ -44,7 +44,7 @@ PORTDOCS=	README.md
 .if !defined(PKGNAMESUFFIX)
 PLIST_SUB+=	DISCORD="@comment " RICTY=""
 SUB_LIST+=	DISCORD=\# RICTY=""
-.elif ${PKGNAMESUFFIX:S,-,,} == "discord"
+.else
 PLIST_SUB+=	DISCORD="" RICTY="@comment "
 SUB_LIST+=	DISCORD="" RICTY=\#
 .endif
@@ -79,7 +79,7 @@ do-install:
 	    ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${PORTNAME}.conf
 	${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \
 	    ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf
-.elif ${PKGNAMESUFFIX:S,-,,} == "discord"
+.else
 	${INSTALL_DATA} ${WRKSRC}/RictyDiscord-*.ttf ${STAGEDIR}${DATADIR}
 	cd ${STAGEDIR}${PREFIX}/${LOCAL_FONTSDIR}/TTF && ${LN} -s -f \
 	    ../${LOCAL_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/RictyDiscord-*.ttf .



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