Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 11:23:23 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337956 - branches/2014Q1/misc/biosfont-demos
Message-ID:  <201312291123.rBTBNNKH096243@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Dec 29 11:23:22 2013
New Revision: 337956
URL: http://svnweb.freebsd.org/changeset/ports/337956

Log:
  MFH: r337952
  
  Install the showchar binary as show_char to avoid a conflict with
  print/psutils.
  
  Bump PORTREVISION
  
  Approved by:	portmgr (mat)

Modified:
  branches/2014Q1/misc/biosfont-demos/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/misc/biosfont-demos/Makefile
==============================================================================
--- branches/2014Q1/misc/biosfont-demos/Makefile	Sun Dec 29 10:58:07 2013	(r337955)
+++ branches/2014Q1/misc/biosfont-demos/Makefile	Sun Dec 29 11:23:22 2013	(r337956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	biosfont-demos
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 #MASTER_SITES+=	ftp://rene-ladan.nl/pub/distfiles/
@@ -17,14 +17,14 @@ LICENSE=	BSD2CLAUSE
 BUILD_DEPENDS=	${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
 RUN_DEPENDS=	/boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
 
-PLIST_FILES=	bin/showchar bin/showdati
+PLIST_FILES=	bin/show_char bin/showdati
 
 do-build:
-	${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include
+	${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/show_char -I${LOCALBASE}/include
 	${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/showchar ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/show_char ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/showdati ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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