diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-03 15:26:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-03 15:26:25 +0000 |
commit | 53991c837e7432e9f271b339cc3cc11a89958477 (patch) | |
tree | 3b1869bc941ad97136a7cee133d236662e1f3fb8 /x11 | |
parent | 85ac6ad6395a4d281f0e9644886b53bbbf4fcaeb (diff) | |
download | pkgsrc-53991c837e7432e9f271b339cc3cc11a89958477.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/space_dapp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/space_dapp/Makefile b/x11/space_dapp/Makefile index 7a3bcbc1948..338cb9cc621 100644 --- a/x11/space_dapp/Makefile +++ b/x11/space_dapp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/07/07 14:22:42 sborrill Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/03 15:26:25 joerg Exp $ PKGNAME= space_dapp-20060717 CATEGORIES= x11 @@ -11,6 +11,8 @@ DISTNAME= space_dapp.c EXTRACT_SUFX= PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin + NO_CONFIGURE= yes WRKSRC= ${WRKDIR} |