svn commit: r399948 - in head/japanese: font-elisa10 font-elisa10/files font-elisa8 font-elisa8/files

Hiroki Sato hrs at FreeBSD.org
Thu Oct 22 06:15:30 UTC 2015


Author: hrs
Date: Thu Oct 22 06:15:28 2015
New Revision: 399948
URL: https://svnweb.freebsd.org/changeset/ports/399948

Log:
  Fix a bug in Makefile.in which installed a BDF file as
  a gzip-compressed PCF.
  
  Submitted by:	Yasuhito FUTATSUKI
  PR:		203414

Modified:
  head/japanese/font-elisa10/Makefile
  head/japanese/font-elisa10/files/Makefile.in
  head/japanese/font-elisa8/Makefile
  head/japanese/font-elisa8/files/Makefile.in

Modified: head/japanese/font-elisa10/Makefile
==============================================================================
--- head/japanese/font-elisa10/Makefile	Thu Oct 22 03:47:23 2015	(r399947)
+++ head/japanese/font-elisa10/Makefile	Thu Oct 22 06:15:28 2015	(r399948)
@@ -2,6 +2,7 @@
 
 PORTNAME=	elisa10
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	http://www.wheel.gr.jp/~dai/software/
 PKGNAMEPREFIX=	ja-font-

Modified: head/japanese/font-elisa10/files/Makefile.in
==============================================================================
--- head/japanese/font-elisa10/files/Makefile.in	Thu Oct 22 03:47:23 2015	(r399947)
+++ head/japanese/font-elisa10/files/Makefile.in	Thu Oct 22 06:15:28 2015	(r399948)
@@ -13,7 +13,7 @@ all: ${F}.pcf.gz
 .endfor
 
 .for F in ${SRCS:R}
-${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.bdf
+${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.pcf.gz
 	mkdir -p ${DESTDIR}%%DATADIR%%
 	${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET}
 

Modified: head/japanese/font-elisa8/Makefile
==============================================================================
--- head/japanese/font-elisa8/Makefile	Thu Oct 22 03:47:23 2015	(r399947)
+++ head/japanese/font-elisa8/Makefile	Thu Oct 22 06:15:28 2015	(r399948)
@@ -3,6 +3,7 @@
 
 PORTNAME=	elisa8
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	http://www.bsdbbq.org/~toshi/distfiles/
 PKGNAMEPREFIX=	ja-font-

Modified: head/japanese/font-elisa8/files/Makefile.in
==============================================================================
--- head/japanese/font-elisa8/files/Makefile.in	Thu Oct 22 03:47:23 2015	(r399947)
+++ head/japanese/font-elisa8/files/Makefile.in	Thu Oct 22 06:15:28 2015	(r399948)
@@ -13,7 +13,7 @@ all: ${F}.pcf.gz
 .endfor
 
 .for F in ${SRCS:R}
-${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.bdf
+${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.pcf.gz
 	mkdir -p ${DESTDIR}%%DATADIR%%
 	${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET}
 


More information about the svn-ports-head mailing list