x11/stalonetray staging support
Maintainer of x11/stalonetray, Please note that PR ports/185305 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185305 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed Committed. Thanks!
Author: rakuco Date: Fri Jan 17 20:19:44 2014 New Revision: 340101 URL: http://svnweb.freebsd.org/changeset/ports/340101 QAT: https://qat.redports.org/buildarchive/r340101/ Log: Support staging. PR: ports/185305 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout (18 days) Modified: head/x11/stalonetray/Makefile Modified: head/x11/stalonetray/Makefile ============================================================================== --- head/x11/stalonetray/Makefile Fri Jan 17 20:10:59 2014 (r340100) +++ head/x11/stalonetray/Makefile Fri Jan 17 20:19:44 2014 (r340101) @@ -17,23 +17,21 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-native-kde \ --disable-debug -MAN1= stalonetray.1 PORTDOCS= AUTHORS ChangeLog NEWS README TODO stalonetray.html PORTEXAMPLES= stalonetrayrc.sample -PLIST_FILES= bin/stalonetray +PLIST_FILES= bin/stalonetray man/man1/stalonetray.1.gz -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for file in ${PORTEXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR} .endfor .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"