diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 18:17:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 18:17:34 +0000 |
commit | 5b4da2d6897c9ce8e698563a3762e8f8bccf6b81 (patch) | |
tree | 19a26b80e37e0172e5bfe6b220e6dc7a2a9eb541 /emulators | |
parent | 7fb7b3165405b6611f88d1f4f0c4f65c8ce663b8 (diff) | |
download | pkgsrc-5b4da2d6897c9ce8e698563a3762e8f8bccf6b81.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ucon64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ucon64/Makefile b/emulators/ucon64/Makefile index 59d2b191994..cff30903773 100644 --- a/emulators/ucon64/Makefile +++ b/emulators/ucon64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/03/03 19:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/04/07 18:18:01 joerg Exp $ # DISTNAME= ucon64-2.0.0-src @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake CHECK_PORTABILITY_SKIP+=install_beos.sh -INSTALLATION_DIRS= share/examples/ucon64 share/doc/ucon64/images +INSTALLATION_DIRS= bin share/examples/ucon64 share/doc/ucon64/images do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ucon64 ${DESTDIR}${PREFIX}/bin |