Wed Dec 14 08:51:53 2016 UTC ()
Use generic-nonlicense instead of nonexisting xbeeb-pseudolicense.


(wiz)
diff -r1.1 -r1.2 pkgsrc/emulators/xbeeb/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/emulators/xbeeb/options.mk (expand / switch to unified diff)

--- pkgsrc/emulators/xbeeb/options.mk 2009/02/13 13:47:18 1.1
+++ pkgsrc/emulators/xbeeb/options.mk 2016/12/14 08:51:53 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.1 2009/02/13 13:47:18 abs Exp $ 1# $NetBSD: options.mk,v 1.2 2016/12/14 08:51:53 wiz Exp $
2 2
3.include "../../mk/bsd.prefs.mk" 3.include "../../mk/bsd.prefs.mk"
4 4
5PKG_OPTIONS_VAR= PKG_OPTIONS.xbeeb 5PKG_OPTIONS_VAR= PKG_OPTIONS.xbeeb
6PKG_SUPPORTED_OPTIONS= mitshm xbeeb-roms 6PKG_SUPPORTED_OPTIONS= mitshm xbeeb-roms
7PKG_SUGGESTED_OPTIONS= 7PKG_SUGGESTED_OPTIONS=
8 8
9# The emulator can be compiled either to use MIT-SHM, or to not. 9# The emulator can be compiled either to use MIT-SHM, or to not.
10# Unfortunately it doesn't support both at once. 10# Unfortunately it doesn't support both at once.
11.if empty(PKG_OPTIONS:Mmitshm) 11.if empty(PKG_OPTIONS:Mmitshm)
12SUBST_CLASSES+= nomitshm 12SUBST_CLASSES+= nomitshm
13SUBST_STAGE.nomitshm= post-patch 13SUBST_STAGE.nomitshm= post-patch
14SUBST_MESSAGE.nomitshm= Disabling MIT-SHM 14SUBST_MESSAGE.nomitshm= Disabling MIT-SHM
@@ -18,27 +18,27 @@ SUBST_SED.nomitshm= -e "s|\#define *MITS @@ -18,27 +18,27 @@ SUBST_SED.nomitshm= -e "s|\#define *MITS
18 18
19.include "../../mk/bsd.options.mk" 19.include "../../mk/bsd.options.mk"
20 20
21PLIST_VARS+= xbeeb-roms 21PLIST_VARS+= xbeeb-roms
22 22
23.if !empty(PKG_OPTIONS:Mmitshm) 23.if !empty(PKG_OPTIONS:Mmitshm)
24 24
25.include "../../x11/xextproto/buildlink3.mk" 25.include "../../x11/xextproto/buildlink3.mk"
26 26
27.endif 27.endif
28 28
29.if !empty(PKG_OPTIONS:Mxbeeb-roms) 29.if !empty(PKG_OPTIONS:Mxbeeb-roms)
30PLIST.xbeeb-roms= yes 30PLIST.xbeeb-roms= yes
31LICENSE= xbeeb-pseudolicense 31LICENSE= generic-nonlicense
32RESTRICTED= No redistribution allowed 32RESTRICTED= No redistribution allowed
33NO_BIN_ON_CDROM= ${RESTRICTED} 33NO_BIN_ON_CDROM= ${RESTRICTED}
34NO_BIN_ON_FTP= ${RESTRICTED} 34NO_BIN_ON_FTP= ${RESTRICTED}
35NO_SRC_ON_CDROM= ${RESTRICTED} 35NO_SRC_ON_CDROM= ${RESTRICTED}
36NO_SRC_ON_FTP= ${RESTRICTED} 36NO_SRC_ON_FTP= ${RESTRICTED}
37 37
38DISTFILES= ${DISTNAME}${EXTRACT_SUFX} OS-1.2.rom BASIC2.rom 38DISTFILES= ${DISTNAME}${EXTRACT_SUFX} OS-1.2.rom BASIC2.rom
39SITES.BASIC2.rom= http://bbc.nvg.org/rom/Acorn/lang/ 39SITES.BASIC2.rom= http://bbc.nvg.org/rom/Acorn/lang/
40SITES.OS-1.2.rom= http://bbc.nvg.org/rom/Acorn/os/ 40SITES.OS-1.2.rom= http://bbc.nvg.org/rom/Acorn/os/
41 41
42ROMDIR=${PREFIX}/${XBEEBROOT}/roms 42ROMDIR=${PREFIX}/${XBEEBROOT}/roms
43post-install: 43post-install:
44 ${INSTALL_DATA} ${DISTDIR}/OS-1.2.rom ${DESTDIR}${ROMDIR}/OS1.2.rom 44 ${INSTALL_DATA} ${DISTDIR}/OS-1.2.rom ${DESTDIR}${ROMDIR}/OS1.2.rom