summaryrefslogtreecommitdiff
path: root/archivers/star/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/star/Makefile')
-rw-r--r--archivers/star/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index ee685c4b076..1e9fb3f1653 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/06/08 02:40:38 tonnerre Exp $
+# $NetBSD: Makefile,v 1.23 2009/02/10 00:07:37 joerg Exp $
#
DISTNAME= star-1.4.3
@@ -11,9 +11,10 @@ HOMEPAGE= http://cdrecord.berlios.de/old/private/star.html
COMMENT= The fastest tar like archiver for UNIX
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
-MAKE_FLAGS+= INS_BASE=${PREFIX:Q}
+MAKE_FLAGS+= INS_BASE=${DESTDIR}${PREFIX}
.include "../../mk/bsd.prefs.mk"