pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ikiwiki



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat May  4 09:32:29 UTC 2019

Modified Files:
        pkgsrc/www/ikiwiki: options.mk

Log Message:
ikiwiki: Add DESTDIR support to the w3m option


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/ikiwiki/options.mk

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

Modified files:

Index: pkgsrc/www/ikiwiki/options.mk
diff -u pkgsrc/www/ikiwiki/options.mk:1.18 pkgsrc/www/ikiwiki/options.mk:1.19
--- pkgsrc/www/ikiwiki/options.mk:1.18  Thu Dec  4 17:28:43 2014
+++ pkgsrc/www/ikiwiki/options.mk       Sat May  4 09:32:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2014/12/04 17:28:43 schmonz Exp $
+# $NetBSD: options.mk,v 1.19 2019/05/04 09:32:29 leot Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.ikiwiki
 PKG_SUPPORTED_OPTIONS=         cgi imagemagick l10n python w3m
@@ -78,9 +78,9 @@ PLIST.w3m=            yes
 INSTALLATION_DIRS+=    share/doc/${PKGBASE}/w3mmode
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/html/w3mmode.html \
-               ${PREFIX}/share/doc/${PKGBASE}
+               ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
        ${INSTALL_DATA} ${WRKSRC}/doc/w3mmode/ikiwiki.setup \
-               ${PREFIX}/share/doc/${PKGBASE}/w3mmode/ikiwiki.setup
+               ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/w3mmode/ikiwiki.setup
 .else
 SUBST_CLASSES+=                w3m
 SUBST_STAGE.w3m=       pre-configure



Home | Main Index | Thread Index | Old Index