diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-19 21:36:11 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-19 21:36:11 +0000 |
commit | 005f0a8c5155932e3cdc4238ffa47200967d8000 (patch) | |
tree | 2e09a3f4919fc52685518d86e92a03c1aa4bc2de /lang/logo | |
parent | - metalab.unc.edu, ftp.oit.unc.edu, and www.ibiblio.org point to the same (diff) |
Added WRKSRC to fix build.
PR: 44279
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
Notes
Notes:
svn path=/head/; revision=68383
Diffstat (limited to 'lang/logo')
-rw-r--r-- | lang/logo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index 470ec575e42e..d840a3e3d548 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cs.berkeley.edu/pub/ucblogo/ MASTER_SITE_SUBDIR=non-gnu/ucblogo +WRKSRC= ${WRKDIR}/ucblogo + .if defined(EMACS_LOGO_MODE) BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs .endif |