pkgsrc-WIP-changes archive

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

bugfix in the Makefile.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Wed Jan 29 01:02:16 2025 +0100
Changeset:	229984e9a354a34b9e78538ff6a6b0dc33c7ccce

Modified Files:
	fastcol/Makefile

Log Message:
bugfix in the Makefile.

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

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

diffstat:
 fastcol/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/fastcol/Makefile b/fastcol/Makefile
index b434e80406..65f7da5eff 100644
--- a/fastcol/Makefile
+++ b/fastcol/Makefile
@@ -6,8 +6,8 @@ MASTER_SITES=	https://sourceforge.net/projects/ruby-fast-colonization/files/
 
 MAINTAINER=	goon.mage%yahoo.com@localhost
 HOMEPAGE=	https://sourceforge.net/projects/ruby-fast-colonization/
-COMMENT=	A Colonization game	
-LICENSE=	GPLv2	
+COMMENT=	A Free Colonization game	
+LICENSE=	GPLv2, Ruby	
 
 WRKSRC=		${WRKDIR}/ruby-fast-colonization
 USE_LANGUAGES= 	ruby	
@@ -17,5 +17,4 @@ INSTALLATION_DIRS=	bin
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fastcol ${DESTDIR}${PREFIX}/bin
 
-.include "../../devel/ruby-SDL/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index