Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 13:17:06 +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: r338298 - head/deskutils/dlume
Message-ID:  <201312311317.rBVDH6Vs001540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 31 13:17:05 2013
New Revision: 338298
URL: http://svnweb.freebsd.org/changeset/ports/338298

Log:
  Stage support

Modified:
  head/deskutils/dlume/Makefile

Modified: head/deskutils/dlume/Makefile
==============================================================================
--- head/deskutils/dlume/Makefile	Tue Dec 31 13:10:24 2013	(r338297)
+++ head/deskutils/dlume/Makefile	Tue Dec 31 13:17:05 2013	(r338298)
@@ -10,16 +10,14 @@ MASTER_SITES=	${MASTER_SITE_TUCOWS}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK2 address book
 
-USES=        pathfix pkgconfig
+USES=		pathfix pkgconfig
 USE_GNOME=	gnomeprefix gtk20 libxml2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/dlume share/pixmaps/dlume.png
+PLIST_FILES=	bin/dlume man/man1/dlume.1.gz share/pixmaps/dlume.png
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in
 



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