pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
2048-c: Adjust CATEGORIES and reorder WRKSRC definition
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat May 25 12:09:25 2019 +0200
Changeset: 23fb987c94a35c391f4aa7181543de78123cf5ef
Modified Files:
2048-c/Makefile
Log Message:
2048-c: Adjust CATEGORIES and reorder WRKSRC definition
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23fb987c94a35c391f4aa7181543de78123cf5ef
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
2048-c/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/2048-c/Makefile b/2048-c/Makefile
index 91e6598ab1..a6c76fb205 100644
--- a/2048-c/Makefile
+++ b/2048-c/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
DISTNAME= 2048-c-20190509
-CATEGORIES= wip
+CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=mevdschee/}
GITHUB_PROJECT= 2048.c
GITHUB_TAG= c728fc1fb2bd06ed4465beff323251a0e13ae896
@@ -11,12 +11,12 @@ HOMEPAGE= https://github.com/mevdschee/2048.c
COMMENT= Console version of the game 2048
LICENSE= mit
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
+
USE_LANGUAGES= c99
TEST_TARGET= test
-WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
-
do-install:
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/2048 ${DESTDIR}${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index