svn commit: r405272 - head/mail/postfix

Olli Hauer ohauer at FreeBSD.org
Tue Jan 5 06:40:49 UTC 2016


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}


More information about the svn-ports-head mailing list