pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/flactag Fix DESTDIR installation
details: https://anonhg.NetBSD.org/pkgsrc/rev/b705491d43e7
branches: trunk
changeset: 396778:b705491d43e7
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Aug 03 13:39:45 2009 +0000
description:
Fix DESTDIR installation
diffstat:
audio/flactag/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5350843d3c01 -r b705491d43e7 audio/flactag/Makefile
--- a/audio/flactag/Makefile Mon Aug 03 13:28:22 2009 +0000
+++ b/audio/flactag/Makefile Mon Aug 03 13:39:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/27 13:51:12 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/03 13:39:45 joerg Exp $
#
DISTNAME= flactag-1.1
@@ -14,6 +14,8 @@
USE_TOOLS= gmake
PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flactag ${DESTDIR}${PREFIX}/bin
# the "discid" program doesn't do more, don't install for namespace sanity
Home |
Main Index |
Thread Index |
Old Index