svn commit: r338298 - head/deskutils/dlume

Antoine Brodin antoine at FreeBSD.org
Tue Dec 31 13:17:06 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list