pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/adom



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Oct  8 07:06:08 UTC 2017

Modified Files:
        pkgsrc/games/adom: Makefile

Log Message:
adom: disallow redistribution

There seem to be some restrictions on it, although I'm not certain that
the package was violating them as it. To avoid doubts, restrict.

License URL (also inside the package) at
http://www.adom.de/adom/readme1st.php3


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/adom/Makefile

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

Modified files:

Index: pkgsrc/games/adom/Makefile
diff -u pkgsrc/games/adom/Makefile:1.17 pkgsrc/games/adom/Makefile:1.18
--- pkgsrc/games/adom/Makefile:1.17     Sat Oct  6 11:54:30 2012
+++ pkgsrc/games/adom/Makefile  Sun Oct  8 07:06:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/06 11:54:30 asau Exp $
+# $NetBSD: Makefile,v 1.18 2017/10/08 07:06:08 maya Exp $
 
 DISTNAME=      adom-111-elf
 PKGNAME=       adom-1.1.1
@@ -10,6 +10,12 @@ MAINTAINER=  pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.adom.de/
 COMMENT=       Ancient Domains of Mystery - yet another roguelike game
 
+RESTRICTED=            Explicit restrictions on distribution
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_FTP=         ${RESTRICTED}
+
 EMUL_PLATFORMS=                linux-i386
 EMUL_MODULES.linux=    base
 



Home | Main Index | Thread Index | Old Index