svn commit: r324697 - head/devel/spdict
John Marino
marino at FreeBSD.org
Wed Aug 14 11:08:05 UTC 2013
Author: marino
Date: Wed Aug 14 11:08:04 2013
New Revision: 324697
URL: http://svnweb.freebsd.org/changeset/ports/324697
Log:
devel/spdict: Mark jobs unsafe
Also trim headers and replace USE_GMAKE
Approved by: bapt/culot (mentors, implicit)
Modified:
head/devel/spdict/Makefile
Modified: head/devel/spdict/Makefile
==============================================================================
--- head/devel/spdict/Makefile Wed Aug 14 11:07:20 2013 (r324696)
+++ head/devel/spdict/Makefile Wed Aug 14 11:08:04 2013 (r324697)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: spdict
-# Date created: 2 Aug 2007
-# Whom: vanilla@
-#
+# Created by: vanilla@
# $FreeBSD$
-#
PORTNAME= spdict
PORTVERSION= 0.3
@@ -17,7 +13,9 @@ COMMENT= A library of dictionary algorit
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_LDCONFIG= yes
-USE_GMAKE= yes
+USES= gmake
+
+MAKE_JOBS_UNSAFE=yes
do-install:
@${MKDIR} ${PREFIX}/include/spdict
More information about the svn-ports-head
mailing list