pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xindy



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar  7 18:02:16 UTC 2019

Modified Files:
        pkgsrc/textproc/xindy: Makefile

Log Message:
xindy: Use PKGMANDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/xindy/Makefile

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

Modified files:

Index: pkgsrc/textproc/xindy/Makefile
diff -u pkgsrc/textproc/xindy/Makefile:1.1 pkgsrc/textproc/xindy/Makefile:1.2
--- pkgsrc/textproc/xindy/Makefile:1.1  Mon Dec  3 19:28:02 2018
+++ pkgsrc/textproc/xindy/Makefile      Thu Mar  7 18:02:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/12/03 19:28:02 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/07 18:02:16 jperkin Exp $
 
 DISTNAME=      texlive-20180414-source
 PKGNAME=       xindy-2.5.1
@@ -32,7 +32,7 @@ INSTALLATION_DIRS+=   bin
 post-install:
        cd ${WRKSRC}; ${PKGSRC_SETENV} ${INSTALL_ENV} ${MAKE_ENV} \
                 ${MAKE_PROGRAM} install-exec-hook
-       rm -rf ${DESTDIR}${PREFIX}/man
+       rm -rf ${DESTDIR}${PREFIX}/${PKGMANDIR}
 
 BUILDLINK_DEPMETHOD.clisp=     build
 .include "../../lang/clisp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index