svn commit: r494671 - head/mail/mairix

Koichiro Iwao meta at FreeBSD.org
Tue Mar 5 02:16:38 UTC 2019


Author: meta
Date: Tue Mar  5 02:16:37 2019
New Revision: 494671
URL: https://svnweb.freebsd.org/changeset/ports/494671

Log:
  mail/mairix: Fix build with non-default prefix
  
  PR:		236172
  Submitted by:	John Hein <jcfyecrayz at liamekaens.com>
  Approved by:	jjuanino at gmail.com (maintainer)
  MFH:		2019Q1

Modified:
  head/mail/mairix/Makefile

Modified: head/mail/mairix/Makefile
==============================================================================
--- head/mail/mairix/Makefile	Tue Mar  5 02:12:44 2019	(r494670)
+++ head/mail/mairix/Makefile	Tue Mar  5 02:16:37 2019	(r494671)
@@ -15,10 +15,11 @@ BROKEN_armv6=	fails to build under emulation: qemu: un
 BROKEN_armv7=	fails to build under emulation: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
 
 USES=		bison gmake ssl
-HAS_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	vandry
 
+CONFIGURE_ARGS= --prefix=${PREFIX}
+HAS_CONFIGURE=	yes
 PLIST_FILES=	bin/mairix \
 		man/man1/mairix.1.gz \
 		man/man5/mairixrc.5.gz


More information about the svn-ports-all mailing list