- use STAGEDIR
This commit is contained in:
parent
300b067fc9
commit
5e2279e269
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335805
1 changed files with 2 additions and 4 deletions
|
@ -13,8 +13,6 @@ COMMENT= A vbs-attachment filter for Sendmail Milter
|
|||
|
||||
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}:
|
||||
|
|
Loading…
Reference in a new issue