svn commit: r356140 - head/mail/gbuffy
Pawel Pekala
pawel at FreeBSD.org
Sun Jun 1 15:34:06 UTC 2014
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 at 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>
More information about the svn-ports-head
mailing list