Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 20:41:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337801 - head/x11/gsynaptics
Message-ID:  <201312272041.rBRKfwrd012557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312272041.rBRKfwrd012557>