pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/spegla



Module Name:    pkgsrc
Committed By:   jlam
Date:           Sat Aug 19 00:25:59 UTC 2017

Modified Files:
        pkgsrc/net/spegla: Makefile

Log Message:
net/spegla: Install manpages into ${PKGMANDIR}.

Pass "MANDIR=..." when running "make install" to pass the correct
location for installed manpages under ${PKGMANDIR}.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/spegla/Makefile

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

Modified files:

Index: pkgsrc/net/spegla/Makefile
diff -u pkgsrc/net/spegla/Makefile:1.9 pkgsrc/net/spegla/Makefile:1.10
--- pkgsrc/net/spegla/Makefile:1.9      Tue Oct 23 17:19:10 2012
+++ pkgsrc/net/spegla/Makefile  Sat Aug 19 00:25:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/23 17:19:10 asau Exp $
+# $NetBSD: Makefile,v 1.10 2017/08/19 00:25:59 jlam Exp $
 
 DISTNAME=              spegla-1.1p4
 PKGREVISION=           1
@@ -11,6 +11,7 @@ COMMENT=              Mirror program for FTP sites (
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
 USE_BSD_MAKEFILE=      yes
+INSTALL_MAKE_FLAGS+=   MANDIR=${PREFIX:Q}/${PKGMANDIR:Q}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 \
                        share/examples/spegla



Home | Main Index | Thread Index | Old Index