pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/go-md2man



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Aug 25 17:17:05 UTC 2017

Modified Files:
        pkgsrc/textproc/go-md2man: Makefile

Log Message:
Remove unnecessary variable assignments.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/go-md2man/Makefile

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

Modified files:

Index: pkgsrc/textproc/go-md2man/Makefile
diff -u pkgsrc/textproc/go-md2man/Makefile:1.3 pkgsrc/textproc/go-md2man/Makefile:1.4
--- pkgsrc/textproc/go-md2man/Makefile:1.3      Fri Aug 25 17:03:28 2017
+++ pkgsrc/textproc/go-md2man/Makefile  Fri Aug 25 17:17:05 2017
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2017/08/25 17:03:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2017/08/25 17:17:05 jperkin Exp $
 
 DISTNAME=      go-md2man-1.0.6
-PKGNAME=       ${DISTNAME}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cpuguy83/}
 CATEGORIES=    textproc
 GITHUB_TAG=    v${PKGVERSION_NOREV}
-GITHUB_PROJECT= ${PKGBASE}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/cpuguy83/go-md2man/



Home | Main Index | Thread Index | Old Index