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 /japanese/gxditview/Makefile | |
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 'japanese/gxditview/Makefile')
-rw-r--r-- | japanese/gxditview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 4698ed3001e1..cf50f9909603 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.7 1997/09/14 21:34:40 max Exp $ +# $Id: Makefile,v 1.8 1997/12/25 22:29:34 asami Exp $ # DISTNAME= groff-1.09 @@ -19,7 +19,7 @@ DISTPATCHES= 950414.01.Z 950414.02.Z PATCH_DIST_ARGS?= -d ${WRKSRC}/.. --forward --quiet -E -p1 USE_IMAKE= yes -WRKSRC=${.CURDIR}/work/${DISTNAME}/xditview +WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/work/${DISTNAME}/xditview pre-fetch: @(cd ${DISTDIR}; \ |