Date: Wed, 29 Nov 2017 16:06:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455117 - head/misc/wmpal Message-ID: <201711291606.vATG6QvR059375@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 29 16:06:26 2017 New Revision: 455117 URL: https://svnweb.freebsd.org/changeset/ports/455117 Log: - Add LICENSE_FILE - Switch to USES=localbase - Optionize docs installation Modified: head/misc/wmpal/Makefile Modified: head/misc/wmpal/Makefile ============================================================================== --- head/misc/wmpal/Makefile Wed Nov 29 16:00:39 2017 (r455116) +++ head/misc/wmpal/Makefile Wed Nov 29 16:06:26 2017 (r455117) @@ -10,20 +10,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= One of the most useless dockapps in the world LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USE_XORG= xpm +USES= localbase +USE_XORG= x11 xpm GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lX11 +LIBS+= -lX11 -PORTDOCS= README +PORTDOCS= README AUTHORS PLIST_FILES= bin/wmpal +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|"dino"|"daemon"|g' ${WRKSRC}/wmpal.c -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711291606.vATG6QvR059375>