diff options
author | danfe <danfe@FreeBSD.org> | 2017-02-04 15:57:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-02-04 15:57:42 +0800 |
commit | 0972694889116079e68393f92c3750c30b8fc38c (patch) | |
tree | 45fc654dee8804bad2067f0a0b3b53c7a64582d6 /x11-drivers | |
parent | afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5 (diff) | |
download | freebsd-ports-gnome-0972694889116079e68393f92c3750c30b8fc38c.tar.gz freebsd-ports-gnome-0972694889116079e68393f92c3750c30b8fc38c.tar.zst freebsd-ports-gnome-0972694889116079e68393f92c3750c30b8fc38c.zip |
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ast/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vmware/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ast/Makefile b/x11-drivers/xf86-video-ast/Makefile index f9516d2ba2a8..7b36d4e5ef37 100644 --- a/x11-drivers/xf86-video-ast/Makefile +++ b/x11-drivers/xf86-video-ast/Makefile @@ -8,7 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org ASPEED display driver LICENSE= MIT -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= driver USE_XORG= xf86driproto glproto diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile index ec4908d4dac7..4bacc62b1338 100644 --- a/x11-drivers/xf86-video-vmware/Makefile +++ b/x11-drivers/xf86-video-vmware/Makefile @@ -8,7 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org vmware display driver LICENSE= MIT -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING INSTALL_TARGET= install-strip XORG_CAT= driver |