Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2012 10:52:07 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302406 - head/sysutils/asusoled
Message-ID:  <201208111052.q7BAq7Qn047805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Sat Aug 11 10:52:07 2012
New Revision: 302406
URL: http://svn.freebsd.org/changeset/ports/302406

Log:
  Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
  
  I caught most of these, but missed this one, apologies

Modified:
  head/sysutils/asusoled/Makefile

Modified: head/sysutils/asusoled/Makefile
==============================================================================
--- head/sysutils/asusoled/Makefile	Sat Aug 11 08:39:12 2012	(r302405)
+++ head/sysutils/asusoled/Makefile	Sat Aug 11 10:52:07 2012	(r302406)
@@ -23,7 +23,7 @@ USE_RC_SUBR=	asusoled oled_clock
 PORTDATA=	asus.png asus_clock.png
 PORTDOCS=	README.FreeBSD
 PLIST_FILES=	sbin/asusoled
-SUB_FILES=	asusoled.sh oled_clock.sh pkg-message
+SUB_FILES=	pkg-message
 
 MAKE_ARGS+=	TTF_FONT=${FONTDIR}/TTF/luxisr.ttf
 



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