diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-08-12 09:04:40 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-08-12 09:04:40 +0000 |
commit | c4b63b80fdcc10f3ee333da7211bd584a3af7e83 (patch) | |
tree | dae5b4c8ca771a5c94cd9b893fed1a1c03b6d2c5 /cad | |
parent | - Update to 20110811 (diff) |
adjust FETCH_ARGS to accommodate redirects
used by master site
Notes
Notes:
svn path=/head/; revision=279532
Diffstat (limited to 'cad')
-rw-r--r-- | cad/admesh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/admesh/Makefile b/cad/admesh/Makefile index 9fbf3c678b4e..826af1a4e421 100644 --- a/cad/admesh/Makefile +++ b/cad/admesh/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= http://www.varlog.com/ MAINTAINER= ports@FreeBSD.org COMMENT= Program for processing STL triangulated solid meshes -BROKEN= does not fetch - +FETCH_ARGS?= -Fpr GNU_CONFIGURE= yes PLIST_FILES= bin/admesh |