diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 09:41:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 09:41:15 +0800 |
commit | 22fa538e3a6fec43e80f5e6c1ca30222f799fc8a (patch) | |
tree | 8fba34a71b541a806bfa9683b8877f04aa81d5c7 /lang/modula-3 | |
parent | 02759261c8ca4e6580729928178dc7273feb8afc (diff) | |
download | freebsd-ports-gnome-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.tar.gz freebsd-ports-gnome-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.tar.zst freebsd-ports-gnome-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.zip |
Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}.
Diffstat (limited to 'lang/modula-3')
-rw-r--r-- | lang/modula-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index caad128860a1..51c297f0e934 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.22 1998/08/20 08:57:47 hoek Exp $ +# $Id: Makefile,v 1.23 1998/09/18 01:02:00 jdp Exp $ # DISTNAME= modula-3-3.6 @@ -14,7 +14,7 @@ MAINTAINER= jdp@polstra.com DEPENDS= ${PORTSDIR}/lang/modula-3-lib -WRKSRC= ${PORTSDIR}/lang/modula-3-lib/work +WRKSRC= ${WRKDIRPREFIX}${PORTSDIR}/lang/modula-3-lib/work NO_CHECKSUM= yes NO_BUILD= yes MAN1= analyze_coverage.1 m3browser.1 m3build.1 \ |