diff options
author | phk <phk@FreeBSD.org> | 1996-09-09 18:05:29 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-09-09 18:05:29 +0000 |
commit | 4485fb37057d76ee027c78f072f878be202b1984 (patch) | |
tree | ebde670b8b6b08ed0ad6e056b836f6026b3a818f /gnu/usr.bin/groff/Makefile.inc | |
parent | 398ef266db7d9602f783d0c7bd43193b2c2222bb (diff) | |
download | FreeBSD-src-4485fb37057d76ee027c78f072f878be202b1984.zip FreeBSD-src-4485fb37057d76ee027c78f072f878be202b1984.tar.gz |
DISTDIR is a reserved variable for make release
s/DISTDIR/DIST_DIR/g
Diffstat (limited to 'gnu/usr.bin/groff/Makefile.inc')
-rw-r--r-- | gnu/usr.bin/groff/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index f7bc62e..da9363c 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -1,4 +1,4 @@ GROFF_DIST?= ${.CURDIR}/../../../../contrib/groff -DISTDIR= ${GROFF_DIST}/${.CURDIR:T} +DIST_DIR= ${GROFF_DIST}/${.CURDIR:T} -.PATH: ${DISTDIR} +.PATH: ${DIST_DIR} |