[Midnightbsd-cvs] mports [21145] trunk/emulators/xhomer/Makefile: not jobs safe
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 12 18:50:01 EST 2016
Revision: 21145
http://svnweb.midnightbsd.org/mports/?rev=21145
Author: laffer1
Date: 2016-03-12 18:50:01 -0500 (Sat, 12 Mar 2016)
Log Message:
-----------
not jobs safe
Modified Paths:
--------------
trunk/emulators/xhomer/Makefile
Modified: trunk/emulators/xhomer/Makefile
===================================================================
--- trunk/emulators/xhomer/Makefile 2016-03-12 23:49:06 UTC (rev 21144)
+++ trunk/emulators/xhomer/Makefile 2016-03-12 23:50:01 UTC (rev 21145)
@@ -8,7 +8,7 @@
PORTNAME= xhomer
DISTVERSION= 9-16-06
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://xhomer.isani.org/xhomer/
@@ -16,9 +16,10 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Emulator for the DEC Pro 350 computer
+
LICENSE= agg
-USE_GMAKE= yes
+USES= gmake
USE_XORG= xt sm ice xext x11
ALL_TARGET= clean xhomer
INSTALL_TARGET=
@@ -30,6 +31,8 @@
PLIST_DIRS= %%EXAMPLESDIR%%
PORTDOCS= README LICENSE SIMH
+MAKE_JOBS_UNSAFE= yes
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
More information about the Midnightbsd-cvs
mailing list