svn commit: r354662 - head/x11-drivers/xf86-input-egalax

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 20 17:58:23 UTC 2014


Author: amdmi3
Date: Tue May 20 17:58:22 2014
New Revision: 354662
URL: http://svnweb.freebsd.org/changeset/ports/354662
QAT: https://qat.redports.org/buildarchive/r354662/

Log:
  - Stagify
  
  Approved by:	glebius (maintainer)

Modified:
  head/x11-drivers/xf86-input-egalax/Makefile
  head/x11-drivers/xf86-input-egalax/pkg-plist

Modified: head/x11-drivers/xf86-input-egalax/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-egalax/Makefile	Tue May 20 17:51:47 2014	(r354661)
+++ head/x11-drivers/xf86-input-egalax/Makefile	Tue May 20 17:58:22 2014	(r354662)
@@ -10,18 +10,13 @@ MASTER_SITES=	LOCAL/glebius
 MAINTAINER=	glebius at FreeBSD.org
 COMMENT=	eGalax touch screen input driver for X.Org
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 XORG_CAT=	driver
-MAN4=		egalax.4x
+INSTALL_CMD=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 800505
-IGNORE=         is useless without uep(4) kernel driver
-.endif
-
 .if defined(WITH_NEW_XORG)
 IGNORE=		does not build with X server 1.12
 .endif

Modified: head/x11-drivers/xf86-input-egalax/pkg-plist
==============================================================================
--- head/x11-drivers/xf86-input-egalax/pkg-plist	Tue May 20 17:51:47 2014	(r354661)
+++ head/x11-drivers/xf86-input-egalax/pkg-plist	Tue May 20 17:58:22 2014	(r354662)
@@ -1,4 +1,5 @@
 lib/xorg/modules/input/egalax_drv.so
+man/man4/egalax.4x.gz
 @dirrmtry lib/xorg/modules/input
 @dirrmtry lib/xorg/modules
 @dirrmtry lib/xorg


More information about the svn-ports-all mailing list