diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 22:36:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 22:36:11 +0800 |
commit | 449287f06f01999d69abeefc0379cd46bbb17efd (patch) | |
tree | d15fa904be7d6660b408f8bd4ea503d5b2ff5496 /misc/pciids | |
parent | 98184d275308708c4ec066df742f96883d0d4db2 (diff) | |
download | freebsd-ports-gnome-449287f06f01999d69abeefc0379cd46bbb17efd.tar.gz freebsd-ports-gnome-449287f06f01999d69abeefc0379cd46bbb17efd.tar.zst freebsd-ports-gnome-449287f06f01999d69abeefc0379cd46bbb17efd.zip |
- Update to 20131010
- Support STAGEDIR
Changes: http://people.FreeBSD.org/~sunpoet/pciids-20131010.diff
Diffstat (limited to 'misc/pciids')
-rw-r--r-- | misc/pciids/Makefile | 10 | ||||
-rw-r--r-- | misc/pciids/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index 0b63f9393be2..88351a14cabe 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20130823 +PORTVERSION= 20131010 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet @@ -12,15 +12,15 @@ COMMENT= Database of all known IDs used in PCI devices LICENSE= BSD GPLv2 GPLv3 LICENSE_COMB= dual -USE_XZ= yes NO_BUILD= yes +USE_XZ= yes + PLIST_FILES= %%DATADIR%%/pci.ids PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/pci.ids ${STAGEDIR}${DATADIR}/ # maintainer section: diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo index a4bdc1617ec7..0d52fab491ff 100644 --- a/misc/pciids/distinfo +++ b/misc/pciids/distinfo @@ -1,2 +1,2 @@ -SHA256 (pciids-20130823.tar.xz) = f3e4a36dc0d8da813d4735b720f1feb0476a4021b06e8fc83ae9dc44f8da70cf -SIZE (pciids-20130823.tar.xz) = 162220 +SHA256 (pciids-20131010.tar.xz) = 1e8445a516f84f5387d449c3fbe314cbd55e6b79e5e8a5e5177f689eaff53f84 +SIZE (pciids-20131010.tar.xz) = 163040 |