diff options
author | John Polstra <jdp@FreeBSD.org> | 2005-03-27 19:12:22 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2005-03-27 19:12:22 +0000 |
commit | 593398973be23d1c5ef02fceb9b279b03813643c (patch) | |
tree | 0ab42f8bcb177e0bc0f90457b390a4701f708d04 /net | |
parent | Remove konqueror-nsplugins (diff) |
Don't try to apply patches for the amd64 target, since it is
binary-only.
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=132087
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 1300a186f1e9..1c6667c183c1 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -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} |