svn commit: r335805 - head/mail/vbsfilter

Dirk Meyer dinoex at FreeBSD.org
Sat Dec 7 05:04:19 UTC 2013


Author: dinoex
Date: Sat Dec  7 05:04:18 2013
New Revision: 335805
URL: http://svnweb.freebsd.org/changeset/ports/335805

Log:
  - use STAGEDIR

Modified:
  head/mail/vbsfilter/Makefile

Modified: head/mail/vbsfilter/Makefile
==============================================================================
--- head/mail/vbsfilter/Makefile	Sat Dec  7 01:25:43 2013	(r335804)
+++ head/mail/vbsfilter/Makefile	Sat Dec  7 05:04:18 2013	(r335805)
@@ -13,8 +13,6 @@ COMMENT=	A vbs-attachment filter for Sen
 
 LICENSE=	GPLv2
 
-NO_STAGE=	yes
-
 USE_RC_SUBR=	vbsfilter
 PLIST_FILES=	libexec/vbsfilter
 
@@ -32,8 +30,8 @@ LIBS+=		-lsfio
 .endif
 
 do-extract:
-	@${MKDIR} ${WRKSRC}
-	@${CP} ${_DISTDIR}vbsfilter-${PORTVERSION}.c ${WRKSRC}
+	${MKDIR} ${WRKSRC}
+	${CP} ${_DISTDIR}vbsfilter-${PORTVERSION}.c ${WRKSRC}
 
 .for i in ${CTARGETS}
 ${i}:


More information about the svn-ports-head mailing list