svn commit: r345839 - head/x11-wm/devilspie

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 24 13:31:32 UTC 2014


Author: bapt
Date: Mon Feb 24 13:31:31 2014
New Revision: 345839
URL: http://svnweb.freebsd.org/changeset/ports/345839
QAT: https://qat.redports.org/buildarchive/r345839/

Log:
  Support stage

Modified:
  head/x11-wm/devilspie/Makefile

Modified: head/x11-wm/devilspie/Makefile
==============================================================================
--- head/x11-wm/devilspie/Makefile	Mon Feb 24 13:26:59 2014	(r345838)
+++ head/x11-wm/devilspie/Makefile	Mon Feb 24 13:31:31 2014	(r345839)
@@ -8,29 +8,27 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.burtonini.com/computing/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A window manipulation tool
+COMMENT=	Window manipulation tool
+
+OPTIONS_DEFINE=	DOCS
 
 USE_GNOME=	libwnck
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USES=		pkgconfig gettext
+USES=		pkgconfig gettext gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		devilspie.1
 PORTDOCS=	AUTHORS NEWS README TODO
 PLIST_FILES=	bin/devilspie \
+		man/man1/devilspie.1.gz \
 		share/locale/de/LC_MESSAGES/devilspie.mo
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
 		${WRKSRC}/src/Makefile.in
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list