diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
commit | 5073598e5fb7a31389e0280c500a0661302e0b97 (patch) | |
tree | b6132769fab7a06c20cf2852637de1efe62ab702 /x11-toolkits | |
parent | Fix ${PREFIX}/include files that have bad nested includes. (diff) |
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
Notes
Notes:
svn path=/head/; revision=30318
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index b9cb31de5c70..2dc89b621912 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -21,8 +21,9 @@ DISTNAME= bxform-freebsd-alpha .else DISTNAME= bxform-freebsd-elf .endif -MASTER_SITES= ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^} \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://bragg.phys.uwm.edu/~zhao/ftp/ +MASTER_SITE_SUBDIR= steve PATCHDIR= ${.CURDIR}/patches.elf .else DISTNAME= bxform-088 |