pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/trn



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep  8 14:53:18 UTC 2016

Modified Files:
        pkgsrc/news/trn: Makefile

Log Message:
Support PKGMANDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/news/trn/Makefile

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

Modified files:

Index: pkgsrc/news/trn/Makefile
diff -u pkgsrc/news/trn/Makefile:1.42 pkgsrc/news/trn/Makefile:1.43
--- pkgsrc/news/trn/Makefile:1.42       Sat Jul  9 06:38:47 2016
+++ pkgsrc/news/trn/Makefile    Thu Sep  8 14:53:18 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/07/09 06:38:47 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2016/09/08 14:53:18 jperkin Exp $
 
 DISTNAME=              trn-4.0-test77
 PKGNAME=               trn-4.77
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+=      -d -e -D bin=${PREFIX:Q
                        -D filexp=${PREFIX:Q}'/share/trn/filexp' \
                        -D hostbits=${TRN_HOSTBITS:Q} \
                        -D installbin=${DESTDIR:Q}${PREFIX:Q}'/bin' \
-                       -D installmansrc=${DESTDIR:Q}${PREFIX:Q}'/man/man1' \
+                       -D installmansrc=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1 \
                        -D installprivlib=${DESTDIR:Q}${PREFIX:Q}'/share/trn' \
                        -D libpth=${PREFIX:Q}'/lib /usr/lib' \
                        -D mansrc=${PREFIX:Q}/${PKGMANDIR:Q}'/man1' \



Home | Main Index | Thread Index | Old Index