pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hugo



Module Name:    pkgsrc
Committed By:   gavan
Date:           Sun Sep 10 11:07:09 UTC 2017

Modified Files:
        pkgsrc/www/hugo: Makefile

Log Message:
Replace interpreters


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

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

Modified files:

Index: pkgsrc/www/hugo/Makefile
diff -u pkgsrc/www/hugo/Makefile:1.1 pkgsrc/www/hugo/Makefile:1.2
--- pkgsrc/www/hugo/Makefile:1.1        Thu Aug 17 01:50:25 2017
+++ pkgsrc/www/hugo/Makefile    Sun Sep 10 11:07:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/08/17 01:50:25 gavan Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/10 11:07:08 gavan Exp $
 
 DISTNAME=      hugo-0.26
 PKGNAME=       go-${DISTNAME}
@@ -15,6 +15,10 @@ LICENSE=     apache-2.0
 GO_DIST_BASE=  ${DISTNAME}
 GO_SRCPATH=    github.com/gohugoio/hugo
 
+REPLACE_SH+=   bench.sh
+REPLACE_SH+=   benchSite.sh
+REPLACE_SH+=   pull-docs.sh
+
 .include "../../devel/go-purell/buildlink3.mk"
 .include "../../textproc/go-inflect/buildlink3.mk"
 .include "../../devel/go-amber/buildlink3.mk"



Home | Main Index | Thread Index | Old Index