Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 17:33:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477011 - head/misc/usbids
Message-ID:  <201808121733.w7CHXRLd001954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 12 17:33:27 2018
New Revision: 477011
URL: https://svnweb.freebsd.org/changeset/ports/477011

Log:
  Use PORTDATA

Modified:
  head/misc/usbids/Makefile

Modified: head/misc/usbids/Makefile
==============================================================================
--- head/misc/usbids/Makefile	Sun Aug 12 17:33:22 2018	(r477010)
+++ head/misc/usbids/Makefile	Sun Aug 12 17:33:27 2018	(r477011)
@@ -16,7 +16,7 @@ NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		tar:xz
 
-PLIST_FILES=	%%DATADIR%%/usb.ids
+PORTDATA=	usb.ids
 
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/



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