diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-10-13 00:52:53 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-10-13 00:52:53 +0000 |
commit | cdc2cc06dbdab8f95cc325515c86517288bfa549 (patch) | |
tree | d26e9285792afb7b7d28687233fe1ce13658a791 /misc/pciids/Makefile | |
parent | 9757994e4168ba48d1afb11f63d9ec211113a21c (diff) |
Notes
Diffstat (limited to 'misc/pciids/Makefile')
-rw-r--r-- | misc/pciids/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index dbd9ee5989ff..4760f923723b 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/misc/pciids/Makefile,v 1.11 2008/03/23 06:57:57 marcus Exp $ PORTNAME= pciids -PORTVERSION= 20080901 +PORTVERSION= 20081012 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze @@ -16,14 +16,12 @@ COMMENT= Database of all known ID's used in PCI devices USE_BZIP2= yes NO_BUILD= yes -PLIST_FILES= %%DATADIR%%/pci.ids \ - %%DATADIR%%/pci.db +PLIST_FILES= %%DATADIR%%/pci.ids PLIST_DIRS= %%DATADIR%% do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/pci.db ${DATADIR} .include <bsd.port.pre.mk> @@ -33,7 +31,7 @@ CT_WRKSRC= ${WRKDIR}/tmp CT_DESTDIR= ${PORTNAME}-${CT_DATE} CT_TEMPDIR= ${CT_WRKSRC}/${CT_DESTDIR} CT_MASTER_SITE= http://pciids.sourceforge.net/v2.2/ -CT_DISTFILES= pci.ids pci.db +CT_DISTFILES= pci.ids maketar: extract ${MKDIR} ${CT_TEMPDIR} |