aboutsummaryrefslogtreecommitdiff
path: root/editors/setedit
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-12 08:06:51 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-12 08:06:51 +0000
commitda56a3111ded1c5b0b96a78090d274d97250f3b0 (patch)
tree1e486a22282e32dcc7d88d34307d88e3f07fa819 /editors/setedit
parent90eb8cdf6df69cba1da754aac6f28314cbc451a4 (diff)
downloadports-da56a3111ded1c5b0b96a78090d274d97250f3b0.tar.gz
ports-da56a3111ded1c5b0b96a78090d274d97250f3b0.zip
Notes
Diffstat (limited to 'editors/setedit')
-rw-r--r--editors/setedit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile
index 6a3815ee4112..ab02b7d58e6e 100644
--- a/editors/setedit/Makefile
+++ b/editors/setedit/Makefile
@@ -15,6 +15,8 @@ COMMENT= Programmer's editor with a nice Text User Interface (TUI)
LIB_DEPENDS= rhtv.2:${PORTSDIR}/devel/rhtvision
+MAKE_JOBS_UNSAFE= yes
+
HAS_CONFIGURE= yes
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
USE_PERL5_BUILD=yes
@@ -159,9 +161,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/setedit.txt.gz ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/sdg.txt.gz ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/infview.txt.gz ${DOCSDIR}
+.endif
${INSTALL_DATA} ${WRKSRC}/doc/setedit.info ${PREFIX}/info
${INSTALL_DATA} ${WRKSRC}/doc/sdg.info ${PREFIX}/info
${INSTALL_DATA} ${WRKSRC}/doc/infview.info ${PREFIX}/info
-.endif
.include <bsd.port.post.mk>