diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-11 19:17:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-11 19:17:06 +0000 |
commit | 55a1284acce780fcdfc217a7c7e31f83d0773aa1 (patch) | |
tree | c62a0e958e9f6a3f610b384f64039f076b48f718 /misc/elizatalk/patches | |
parent | 2adc12026583e4fda2663b5754917c53e1cd3cd3 (diff) | |
download | pkgsrc-55a1284acce780fcdfc217a7c7e31f83d0773aa1.tar.gz |
DESTDIR support
Diffstat (limited to 'misc/elizatalk/patches')
-rw-r--r-- | misc/elizatalk/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/elizatalk/patches/patch-aa b/misc/elizatalk/patches/patch-aa index 8b0d1b5f48a..789306eb485 100644 --- a/misc/elizatalk/patches/patch-aa +++ b/misc/elizatalk/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/03/01 13:02:10 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2010/02/11 19:18:55 joerg Exp $ --- Makefile.orig Mon Oct 23 03:27:20 2000 +++ Makefile @@ -16,8 +16,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/03/01 13:02:10 jlam Exp $ +#CXX=gcc # C compiler +#CC=gcc # linker +CFLAGS+=-DELIZADIR=\"${PREFIX}/share/elizatalk\" -+INSTALLDIR=${PREFIX}/bin# installation dir of Elizatalk (be sure there is no space between the dir and the #) -+INSTALLDIRDICT=${PREFIX}/share/elizatalk# installation dir of the dictionaries (be sure there is no space between the dir and the #) ++INSTALLDIR=${DESTDIR}${PREFIX}/bin# installation dir of Elizatalk (be sure there is no space between the dir and the #) ++INSTALLDIRDICT=${DESTDIR}${PREFIX}/share/elizatalk# installation dir of the dictionaries (be sure there is no space between the dir and the #) SOURCES=elizatalk.c \ splotch.c |