pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-appengine



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 15:26:58 UTC 2018

Modified Files:
        pkgsrc/devel/go-appengine: Makefile

Log Message:
go-appengine: REPLACE_SH


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/go-appengine/Makefile

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

Modified files:

Index: pkgsrc/devel/go-appengine/Makefile
diff -u pkgsrc/devel/go-appengine/Makefile:1.1 pkgsrc/devel/go-appengine/Makefile:1.2
--- pkgsrc/devel/go-appengine/Makefile:1.1      Mon Sep 10 22:43:58 2018
+++ pkgsrc/devel/go-appengine/Makefile  Sat Sep 29 15:26:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/09/10 22:43:58 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/29 15:26:58 tnn Exp $
 
 DISTNAME=      appengine-1.1.0
 PKGNAME=       go-${DISTNAME}
@@ -15,6 +15,8 @@ LICENSE=      apache-2.0
 GO_DIST_BASE=  ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 GO_SRCPATH=    google.golang.org/appengine
 
+REPLACE_SH+=   internal/regen.sh
+
 .include "../../devel/go-protobuf/buildlink3.mk"
 .include "../../net/go-net/buildlink3.mk"
 .include "../../textproc/go-text/buildlink3.mk"



Home | Main Index | Thread Index | Old Index