diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-01 15:34:06 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-01 15:34:06 +0000 |
commit | 9548963f521135f60067c443975534240d7f3a56 (patch) | |
tree | 2c7dac080b45847e919bb78d130dea60b3387f6f /mail/gbuffy | |
parent | ef6c646bb3d863a787a21df01d1dca4255587f7e (diff) | |
download | ports-9548963f521135f60067c443975534240d7f3a56.tar.gz ports-9548963f521135f60067c443975534240d7f3a56.zip |
Notes
Diffstat (limited to 'mail/gbuffy')
-rw-r--r-- | mail/gbuffy/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index f4515d336598..3949e56919b0 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -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> |