svn commit: r302406 - head/sysutils/asusoled

Doug Barton dougb at FreeBSD.org
Sat Aug 11 10:52:08 UTC 2012


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
 



More information about the svn-ports-all mailing list