pkgsrc-WIP-changes archive

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

desktop-installer: Clean up Makefile and DESCR



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Tue Jun 13 08:03:40 2023 -0500
Changeset:	1a3fd1f8a6ce3bc0d6ced9727d00ea61de0f2874

Modified Files:
	desktop-installer/DESCR
	desktop-installer/Makefile

Log Message:
desktop-installer: Clean up Makefile and DESCR

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

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

diffstat:
 desktop-installer/DESCR    | 8 ++++----
 desktop-installer/Makefile | 9 ++-------
 2 files changed, 6 insertions(+), 11 deletions(-)

diffs:
diff --git a/desktop-installer/DESCR b/desktop-installer/DESCR
index fdea5548d4..9a290e5a77 100644
--- a/desktop-installer/DESCR
+++ b/desktop-installer/DESCR
@@ -1,4 +1,4 @@
-Desktop-installer is a post-install script to assist in setting up a FreeBSD
-desktop system using any of the mainstream desktop systems.  It automatically
-installs essential software and configures subsystems such as dbus, CUPS, etc.
-for typical use.
+Desktop-installer is a post-install script to assist in setting up
+a FreeBSD desktop system using any of the mainstream desktop systems.
+It automatically installs essential software and configures subsystems
+such as dbus, CUPS, etc.  for typical use.
diff --git a/desktop-installer/Makefile b/desktop-installer/Makefile
index 4c86a271ec..b73ddb4ebb 100644
--- a/desktop-installer/Makefile
+++ b/desktop-installer/Makefile
@@ -1,9 +1,4 @@
 # $NetBSD$
-#
-###########################################################
-#                  Generated by fbsd2pkg                  #
-#              Sun Jun 11 07:07:13 CDT 2023               #
-###########################################################
 
 DISTNAME=	desktop-installer-0.8.0.23
 CATEGORIES=	sysutils
@@ -11,8 +6,8 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_TAG=	2cda0d4e09e98b935c9a6fea785b0d95860daa88
 
 OWNER=		bacon%NetBSD.org@localhost
-HOMEPAGE=	https://acadix.biz/desktop-installer.php
-COMMENT=	Quickly configure a \${OPSYS} desktop system
+HOMEPAGE=	https://github.com/outpaddling/desktop-installer/tree/master/NetBSD
+COMMENT=	Quickly configure a NetBSD desktop system
 LICENSE=	2-clause-bsd
 
 # Script is NetBSD-specific in many ways


Home | Main Index | Thread Index | Old Index