pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/cplay s/man/${PKGMANDIR}/ in the install target....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87585d6a38cf
branches:  trunk
changeset: 516265:87585d6a38cf
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Jul 17 19:04:50 2006 +0000

description:
s/man/${PKGMANDIR}/ in the install target.  Pointed out by joerg's regression
bulk build.  Bump PKGREVISION.

diffstat:

 audio/cplay/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r b762321fc48e -r 87585d6a38cf audio/cplay/Makefile
--- a/audio/cplay/Makefile      Mon Jul 17 18:39:19 2006 +0000
+++ b/audio/cplay/Makefile      Mon Jul 17 19:04:50 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:29 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/07/17 19:04:50 ghen Exp $
 
 DISTNAME=              cplay-1.49
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            audio
 MASTER_SITES=          ${HOMEPAGE}
 
@@ -32,7 +32,7 @@
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/cplay ${PREFIX}/bin/
-       ${INSTALL_MAN} ${WRKSRC}/cplay.1 ${PREFIX}/man/man1/
+       ${INSTALL_MAN} ${WRKSRC}/cplay.1 ${PREFIX}/${PKGMANDIR}/man1/
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/cplayrc ${EGDIR}
 .for l in ${PKGLOCALES}



Home | Main Index | Thread Index | Old Index