pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix DESTDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ec42f1506f2
branches: trunk
changeset: 553764:9ec42f1506f2
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 29 17:02:11 2009 +0000
description:
Fix DESTDIR.
diffstat:
multimedia/cfourcc/Makefile | 4 +++-
net/clive/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r daa365a899c5 -r 9ec42f1506f2 multimedia/cfourcc/Makefile
--- a/multimedia/cfourcc/Makefile Thu Jan 29 16:56:52 2009 +0000
+++ b/multimedia/cfourcc/Makefile Thu Jan 29 17:02:11 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/22 12:44:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/29 17:02:11 joerg Exp $
#
DISTNAME= cfourcc-0.1.2
@@ -12,6 +12,8 @@
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/cfourcc
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cfourcc \
${DESTDIR}${PREFIX}/bin/cfourcc
diff -r daa365a899c5 -r 9ec42f1506f2 net/clive/Makefile
--- a/net/clive/Makefile Thu Jan 29 16:56:52 2009 +0000
+++ b/net/clive/Makefile Thu Jan 29 17:02:11 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/01/09 13:09:12 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/01/29 17:09:38 joerg Exp $
#
DISTNAME= clive-2.1.3
@@ -23,6 +23,8 @@
PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
do-build:
cd ${WRKSRC} && ${PERL5} genman
Home |
Main Index |
Thread Index |
Old Index