diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /cad/gdsreader/patches | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'cad/gdsreader/patches')
-rw-r--r-- | cad/gdsreader/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gdsreader/patches/patch-aa b/cad/gdsreader/patches/patch-aa index f89d15faa31..faf7c52b468 100644 --- a/cad/gdsreader/patches/patch-aa +++ b/cad/gdsreader/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/14 02:18:25 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/20 01:09:08 joerg Exp $ --- Makefile.orig Thu Apr 8 01:39:45 1999 +++ Makefile @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/14 02:18:25 dmcmahill Exp $ +all: gdsreader + +install: gdsreader -+ ${BSD_INSTALL_PROGRAM} gdsreader ${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} gdsreader ${DESTDIR}${PREFIX}/bin gdsreader: ${OBJS} ${CC} ${LDFLAGS} -o gdsreader ${OBJS} -lm |