pkgsrc-WIP-changes archive

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

ait: fix PKGNAME and HOMEPAGE



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed May 8 12:24:03 2024 +0200
Changeset:	6111ff5ea4665a8ba10371250341ccc465702b1c

Modified Files:
	ait/Makefile

Log Message:
ait: fix PKGNAME and HOMEPAGE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6111ff5ea4665a8ba10371250341ccc465702b1c

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

diffstat:
 ait/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/ait/Makefile b/ait/Makefile
index b959235f9a..e671b34dc7 100644
--- a/ait/Makefile
+++ b/ait/Makefile
@@ -1,16 +1,16 @@
 # $NetBSD$
 
 DISTNAME=	ait-1.8-rc4
+PKGNAME=	${DISTNAME:S/-rc/rc/}
 CATEGORIES=	editors
 MASTER_SITES=	https://notabug.org/nuclearkev/ait/archive/
 
 MAINTAINER=	ktnb%NetBSD.org@localhost
-HOMEPAGE=	https://notabug.org/nuclearkev/ait/archive/
-COMMENT=	small but mighty GNU Emacs style editor
+HOMEPAGE=	https://notabug.org/nuclearkev/ait/
+COMMENT=	Small but mighty GNU Emacs style editor
 LICENSE=	modified-bsd
 
-WRKSRC=	${WRKDIR}/ait
-
+WRKSRC=		${WRKDIR}/ait
 MAKE_FILE=	makefile
 
 INSTALLATION_DIRS+=	bin man/man1


Home | Main Index | Thread Index | Old Index