pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/anope anope: fix DISTNAME.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94439c7a6824
branches:  trunk
changeset: 322079:94439c7a6824
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 07 19:30:13 2019 +0000

description:
anope: fix DISTNAME.

diffstat:

 chat/anope/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 2a534013640a -r 94439c7a6824 chat/anope/Makefile
--- a/chat/anope/Makefile       Sun Apr 07 19:27:12 2019 +0000
+++ b/chat/anope/Makefile       Sun Apr 07 19:30:13 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2019/04/03 00:32:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/07 19:30:13 wiz Exp $
 
-PKGNAME=       anope-2.0.6
+DISTNAME=      anope-2.0.6-source
+PKGNAME=       ${DISTNAME:S/-source//}
 PKGREVISION=   1
-DISTNAME=      ${PKGNAME}-source
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=anope/}
 GITHUB_PROJECT=        anope



Home | Main Index | Thread Index | Old Index