diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:48:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:48:39 +0800 |
commit | ee7d39c6d6bfc40bf297f6c47f542bff670a3cff (patch) | |
tree | 2a8dc9a70972bd51b0fc9de4c3d629628c7d46f3 /x11-drivers/xf86-input-egalax | |
parent | a74cf2f49cc90079912ddc93077b9437d9ae2381 (diff) | |
download | freebsd-ports-gnome-ee7d39c6d6bfc40bf297f6c47f542bff670a3cff.tar.gz freebsd-ports-gnome-ee7d39c6d6bfc40bf297f6c47f542bff670a3cff.tar.zst freebsd-ports-gnome-ee7d39c6d6bfc40bf297f6c47f542bff670a3cff.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-drivers)
Diffstat (limited to 'x11-drivers/xf86-input-egalax')
-rw-r--r-- | x11-drivers/xf86-input-egalax/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile index 88c6e1a943a1..2d5bf585504e 100644 --- a/x11-drivers/xf86-input-egalax/Makefile +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xf86-input-egalax -# Date Created: 2 June 2010 -# Whom: Gleb Smirnoff <glebius@FreeBSD.org> -# +# Created by: Gleb Smirnoff <glebius@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xf86-input-egalax PORTVERSION= 0.2 @@ -18,6 +14,7 @@ LICENSE= BSD XORG_CAT= driver MAN4= egalax.4x +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800505 |