diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:20:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:20:57 +0000 |
commit | a9ebbfafedafb4659dfa8761bac94c0e8d4e85b5 (patch) | |
tree | 2b70ba55be0cb0c392497d94353c29c2c8fce354 | |
parent | cb3bf5c358623525506e3dd44089732a7a899672 (diff) |
Mark jobs unsafe
Notes
Notes:
svn path=/head/; revision=322648
-rw-r--r-- | converters/trans/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/converters/trans/Makefile b/converters/trans/Makefile index d0568046ac7a..bd97511ae900 100644 --- a/converters/trans/Makefile +++ b/converters/trans/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trans -# Date created: 6 May 1996 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= trans PORTVERSION= 1.20 @@ -14,6 +10,8 @@ DISTNAME= trans120 MAINTAINER= ports@FreeBSD.org COMMENT= Character Encoding Converter Generator Package +MAKE_JOBS_UNSAFE= yes + LIBDIR= ${PREFIX}/lib/trans ALL= transhtm transiso transce8 transtab checkiso checkuni |