pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/xsd



Module Name:    pkgsrc
Committed By:   jlam
Date:           Sat Aug 19 00:27:26 UTC 2017

Modified Files:
        pkgsrc/devel/xsd: Makefile

Log Message:
devel/xsd: Install manpages into ${PKGMANDIR}.

Pass the correct location for the installed manpages via
"install_man_dir=..." to "build.sh install".


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/xsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/xsd/Makefile
diff -u pkgsrc/devel/xsd/Makefile:1.24 pkgsrc/devel/xsd/Makefile:1.25
--- pkgsrc/devel/xsd/Makefile:1.24      Sun Apr 30 01:21:34 2017
+++ pkgsrc/devel/xsd/Makefile   Sat Aug 19 00:27:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/04/30 01:21:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2017/08/19 00:27:26 jlam Exp $
 
 DISTNAME=              xsd-3.2.0+dep
 EXTRACT_SUFX=          .tar.bz2
@@ -26,7 +26,7 @@ do-build:
 
 do-install:
        cd ${WRKSRC} && MAKEFLAGS="install_prefix=${DESTDIR}${PREFIX} \
-       install_man_dir=${DESTDIR}${PREFIX}/man" ./build.sh install
+       install_man_dir=${DESTDIR}${PREFIX}/${PKGMANDIR}" ./build.sh install
 
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../textproc/xerces-c/buildlink3.mk"



Home | Main Index | Thread Index | Old Index