pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove bad coding in wanderer
Module Name: pkgsrc-wip
Committed By: Marina Brown <catskillmarina%gmail.com@localhost>
Pushed By: catskillmarina
Date: Fri Jan 15 01:55:42 2016 +0000
Changeset: 9b29057526ae5d3472a6ec39335be30469b7bfff
Modified Files:
wanderer/Makefile
Removed Files:
wanderer/Makefile-url2pkg.bak
Log Message:
remove bad coding in wanderer
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9b29057526ae5d3472a6ec39335be30469b7bfff
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wanderer/Makefile | 4 +---
wanderer/Makefile-url2pkg.bak | 14 --------------
2 files changed, 1 insertion(+), 17 deletions(-)
diffs:
diff --git a/wanderer/Makefile b/wanderer/Makefile
index 81e38fc..53250c5 100644
--- a/wanderer/Makefile
+++ b/wanderer/Makefile
@@ -37,9 +37,7 @@ do-install:
echo ${DESTDIR}${PREFIX}/games
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/wanderer/screens
${INSTALL_DATA} -m 0644 ${WRKSRC}/screens/* ${DESTDIR}${PREFIX}/share/wanderer/screens/
- ${CP} ${WRKSRC}/wanderer ${DESTDIR}${PREFIX}/bin/
- ${CHOWN} root:games ${DESTDIR}${PREFIX}/bin/wanderer
- ${CHMOD} 2755 ${DESTDIR}${PREFIX}/bin/wanderer
+ ${INSTALL} -o ${GAMES_USER} -g ${GAMES_GROUP} -m 2755 ${WRKSRC}/wanderer ${DESTDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/wanderer.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/
.include "../../mk/bsd.pkg.mk"
diff --git a/wanderer/Makefile-url2pkg.bak b/wanderer/Makefile-url2pkg.bak
deleted file mode 100644
index 61a252c..0000000
--- a/wanderer/Makefile-url2pkg.bak
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-DISTNAME= wanderer-dev
-CATEGORIES= games
-MASTER_SITES= http://e271.net/~marina/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= catskillmarina%gmail.com@localhost
-HOMEPAGE= http://e271.net/~marina/wanderer.html
-COMMENT= Wanderer is a game similar to Boulderdash, Repton, XOR and others
-LICENSE= gnu-gpl-v2
-
-# url2pkg-marker (please do not remove this line.)
-.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index