Date: Sun, 1 Jun 2014 15:34:06 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356140 - head/mail/gbuffy Message-ID: <201406011534.s51FY6hO029079@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Jun 1 15:34:06 2014 New Revision: 356140 URL: http://svnweb.freebsd.org/changeset/ports/356140 QAT: https://qat.redports.org/buildarchive/r356140/ Log: - Add staging support - Remove leading article from COMMENT - Convert to new LIB_DEPENDS format Modified: head/mail/gbuffy/Makefile Modified: head/mail/gbuffy/Makefile ============================================================================== --- head/mail/gbuffy/Makefile Sun Jun 1 15:29:43 2014 (r356139) +++ head/mail/gbuffy/Makefile Sun Jun 1 15:34:06 2014 (r356140) @@ -8,15 +8,19 @@ CATEGORIES= mail MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK+ multiple mailbox "biff" program +COMMENT= GTK+ multiple mailbox "biff" program -LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ - compface.1:${PORTSDIR}/mail/faces +LIB_DEPENDS= libPropList.so:${PORTSDIR}/devel/libPropList \ + libcompface.so:${PORTSDIR}/mail/faces PLIST_FILES= bin/gbuffy USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -e 's|bindir)|DESTDIR)$$(&|' \ + -e 's|INSTALL)|BSD_INSTALL_PROGRAM)|' \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406011534.s51FY6hO029079>