Date: Sun, 8 Dec 2013 12:51:17 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335880 - head/misc/wmpal Message-ID: <201312081251.rB8CpHTj067015@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sun Dec 8 12:51:17 2013 New Revision: 335880 URL: http://svnweb.freebsd.org/changeset/ports/335880 Log: - Add stage support - Add LICENSE Modified: head/misc/wmpal/Makefile Modified: head/misc/wmpal/Makefile ============================================================================== --- head/misc/wmpal/Makefile Sun Dec 8 12:48:42 2013 (r335879) +++ head/misc/wmpal/Makefile Sun Dec 8 12:51:17 2013 (r335880) @@ -9,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= One of the most useless dockapps in the world +LICENSE= GPLv2 + USE_XORG= xpm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -17,16 +19,11 @@ LDFLAGS+= -L${LOCALBASE}/lib -lX11 PORTDOCS= README PLIST_FILES= bin/wmpal -NO_STAGE= yes -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|"dino"|"daemon"|g' ${WRKSRC}/wmpal.c post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312081251.rB8CpHTj067015>