diff options
author | asami <asami@FreeBSD.org> | 1998-12-18 11:19:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-18 11:19:05 +0000 |
commit | 83db7a5c5983be8da173f9114eb5eb2bd4df03f9 (patch) | |
tree | 802ffd545ef9941a0acec11efa6cb120b0ca04f2 /korean/pine/Makefile | |
parent | 27de3ebe4ab25ffe8779376c9090e08f1eb4690d (diff) | |
download | FreeBSD-ports-83db7a5c5983be8da173f9114eb5eb2bd4df03f9.zip FreeBSD-ports-83db7a5c5983be8da173f9114eb5eb2bd4df03f9.tar.gz |
Use ${FILESDIR} instead of "../../files"; pass it in MAKE_ENV.
Diffstat (limited to 'korean/pine/Makefile')
-rw-r--r-- | korean/pine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/pine/Makefile b/korean/pine/Makefile index 5838fd4..6648590 100644 --- a/korean/pine/Makefile +++ b/korean/pine/Makefile @@ -6,7 +6,7 @@ # # k3 means pico hangul patch # -# $Id: Makefile,v 1.7 1998/08/09 00:18:21 steve Exp $ +# $Id: Makefile,v 1.8 1998/10/16 03:03:08 jseger Exp $ # DISTNAME= pine3.96 @@ -24,6 +24,7 @@ MAINTAINER= junker@jazz.snu.ac.kr BROKEN_ELF= yes +MAKE_ENV= FILESDIR=${FILESDIR} MAN1= pine.1 pico.1 pilot.1 post-patch: |