svn commit: r337801 - head/x11/gsynaptics

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 20:41:59 UTC 2013


Author: antoine
Date: Fri Dec 27 20:41:58 2013
New Revision: 337801
URL: http://svnweb.freebsd.org/changeset/ports/337801

Log:
  Stage support

Modified:
  head/x11/gsynaptics/Makefile
  head/x11/gsynaptics/pkg-plist

Modified: head/x11/gsynaptics/Makefile
==============================================================================
--- head/x11/gsynaptics/Makefile	Fri Dec 27 20:31:13 2013	(r337800)
+++ head/x11/gsynaptics/Makefile	Fri Dec 27 20:41:58 2013	(r337801)
@@ -13,17 +13,11 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	xf86-input-synaptics>0:${PORTSDIR}/x11-drivers/xf86-input-synaptics
 
-USES=		pathfix pkgconfig gettext gmake
+USES=		gettext gmake pathfix pkgconfig
 USE_GNOME=	gconf2 libglade2 gnomedocutils
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		gsynaptics.1 gsynaptics-init.1
-
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/x11/gsynaptics/pkg-plist
==============================================================================
--- head/x11/gsynaptics/pkg-plist	Fri Dec 27 20:31:13 2013	(r337800)
+++ head/x11/gsynaptics/pkg-plist	Fri Dec 27 20:41:58 2013	(r337801)
@@ -1,5 +1,7 @@
 bin/gsynaptics
 bin/gsynaptics-init
+man/man1/gsynaptics-init.1.gz
+man/man1/gsynaptics.1.gz
 share/applications/gsynaptics.desktop
 share/gnome/autostart/gsynaptics-init.desktop
 share/gnome/help/gsynaptics/C/gsynaptics.xml


More information about the svn-ports-head mailing list