pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/goyacc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Feb 20 22:47:50 UTC 2018

Modified Files:
        pkgsrc/devel/goyacc: Makefile

Log Message:
devel/goyacc: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/goyacc/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/goyacc/Makefile
diff -u pkgsrc/devel/goyacc/Makefile:1.1 pkgsrc/devel/goyacc/Makefile:1.2
--- pkgsrc/devel/goyacc/Makefile:1.1    Tue Feb 20 22:10:28 2018
+++ pkgsrc/devel/goyacc/Makefile        Tue Feb 20 22:47:50 2018
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2018/02/20 22:10:28 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/20 22:47:50 rillig Exp $
 
 # Note: the version number is made up from the commit date since go tools
 # have neither branches nor tags.
 
 DISTNAME=      goyacc-0.20170314
-PKGNAME=       go-${DISTNAME}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=golang/}
 CATEGORIES=    devel
-GITHUB_PROJECT= tools
-GITHUB_TAG=     6185cb1f3105899cd34484c59407846bec0acc06
+GITHUB_PROJECT=        tools
+GITHUB_TAG=    6185cb1f3105899cd34484c59407846bec0acc06
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://godoc.org/golang.org/x/tools/cmd/goyacc



Home | Main Index | Thread Index | Old Index