diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 00:23:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 00:23:40 +0800 |
commit | e6cc6ef23c91b2933e41ba0b42b2ca2877120579 (patch) | |
tree | ba5f95c4c9cb5442d0f12ccdf3ad26501ed82ccb /mail | |
parent | 21d60e485e12140af78a1cf7440f84ddee95bdd6 (diff) | |
download | freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.tar.gz freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.tar.zst freebsd-ports-gnome-e6cc6ef23c91b2933e41ba0b42b2ca2877120579.zip |
Mark job unsafe
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmpop3/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/wmpop3/Makefile b/mail/wmpop3/Makefile index 6fc041a9b920..c3045bff874f 100644 --- a/mail/wmpop3/Makefile +++ b/mail/wmpop3/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: wmpop3 -# Date created: 28 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# +# Created by: Jim Mock <jim@FreeBSD.org> # $FreeBSD$ -# + PORTNAME= wmpop3 PORTVERSION= 0.5.6a @@ -13,13 +10,14 @@ MASTER_SITES= # DISTNAME= WMPop3-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A POP3 mail check for the Window Maker dock +COMMENT= POP3 mail check for the Window Maker dock WRKSRC= ${WRKDIR}/${DISTNAME:L}/wmpop3 USE_CSTD= gnu89 USE_XORG= xpm ALL_TARGET= clean all +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/wmpop3 %%EXAMPLESDIR%%/wmpop3rc PLIST_DIRS= %%EXAMPLESDIR%% |