mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Don't try to apply patches for the amd64 target, since it is
binary-only. Approved by: portmgr
This commit is contained in:
parent
e268712946
commit
593398973b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132087
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ post-install:
|
|||
.if ${ARCH} == "amd64"
|
||||
PROGS= bin/cvsup sbin/cvsupd bin/cvpasswd
|
||||
|
||||
do-patch:
|
||||
@${TRUE}
|
||||
|
||||
do-configure:
|
||||
@${TOUCH} ${WRKSRC}/License
|
||||
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
|
||||
|
|
Loading…
Add table
Reference in a new issue