diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-07 01:58:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-07 01:58:24 +0000 |
commit | a8c509b9e157d3639511951922b5cf273bbacb95 (patch) | |
tree | 306c5047b20ffa8c181517025b4dd08bab2dd929 /lang/elk/patches | |
parent | 6a0853babd3ad0e7a0024a32d54ddb3a0986ce65 (diff) | |
download | pkgsrc-a8c509b9e157d3639511951922b5cf273bbacb95.tar.gz |
do not create ${PREFIX}/share/elk, since it's not needed, and not
handled in PLIST
Diffstat (limited to 'lang/elk/patches')
-rw-r--r-- | lang/elk/patches/patch-af | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/elk/patches/patch-af b/lang/elk/patches/patch-af index f85d3f01c2d..87c1681178c 100644 --- a/lang/elk/patches/patch-af +++ b/lang/elk/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1 1999/08/17 11:18:41 agc Exp $ +$NetBSD: patch-af,v 1.2 2000/02/07 01:58:26 wiz Exp $ --- include/build 1998/03/31 09:49:53 1.1 +++ include/build 1998/03/31 09:53:47 @@ -16,7 +16,7 @@ $NetBSD: patch-af,v 1.1 1999/08/17 11:18:41 agc Exp $ - echo mkdir $install_dir/include; \\ - mkdir $install_dir/include; \\ - fi -+ -@mkdir -p \${INCDIR} \${PREFIX}/share/elk ++ -@mkdir -p \${INCDIR} @for i in \$(FILES) ;\\ do \\ - echo cp \$\$i $install_dir/include; \\ |