Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2016 06:40:47 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405272 - head/mail/postfix
Message-ID:  <201601050640.u056elas012866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Jan  5 06:40:47 2016
New Revision: 405272
URL: https://svnweb.freebsd.org/changeset/ports/405272

Log:
  - fix misplaced strip flag
  
  MFH:		2016Q1

Modified:
  head/mail/postfix/Makefile

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Tue Jan  5 05:38:17 2016	(r405271)
+++ head/mail/postfix/Makefile	Tue Jan  5 06:40:47 2016	(r405272)
@@ -237,8 +237,8 @@ _REQUIRE+=		ypserv
 .endif
 
 .if ${PORT_OPTIONS:MVDA}
-PATCH_SITES+=		http://vda.sourceforge.net/VDA/:-p1:vda
-PATCHFILES+=		postfix-vda-v13-${VDAVERSION}.patch:vda
+PATCH_SITES+=		http://vda.sourceforge.net/VDA/:vda
+PATCHFILES+=		postfix-vda-v13-${VDAVERSION}.patch:-p1:vda
 .endif
 
 .if ${PORT_OPTIONS:MTEST}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601050640.u056elas012866>