summaryrefslogtreecommitdiffstats
path: root/editors/ne
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-08 17:17:09 +0000
committerlinimon <linimon@FreeBSD.org>2007-09-08 17:17:09 +0000
commit386e272ea6a5b0b753a0f8a68e0e47175245285d (patch)
treedad347b94e04aae45372ead3937e7e71315b1574 /editors/ne
parent35c0846b4dd6eec7fbebfb123b1bacd876bb03c3 (diff)
downloadFreeBSD-ports-386e272ea6a5b0b753a0f8a68e0e47175245285d.zip
FreeBSD-ports-386e272ea6a5b0b753a0f8a68e0e47175245285d.tar.gz
Attempt to fix build in the New Perl Order.
Hat: portmgr
Diffstat (limited to 'editors/ne')
-rw-r--r--editors/ne/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile
index 92063d6..859d5db 100644
--- a/editors/ne/Makefile
+++ b/editors/ne/Makefile
@@ -16,6 +16,13 @@ MASTER_SITE_SUBDIR= distfiles
MAINTAINER= az@FreeBSD.org
COMMENT= Nice and powerfull editor
+USE_GMAKE= yes
+USE_PERL5= yes
+MAKEFILE= makefile
+ALL_TARGET= ne
+MAKE_ARGS= CFLAGS="${CFLAGS} -DNOWCHAR" CC="${CC}" \
+ GLOBALDIR="${DATADIR}"
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
@@ -24,13 +31,6 @@ LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_GMAKE= yes
-USE_PERL5= yes
-MAKEFILE= makefile
-ALL_TARGET= ne
-MAKE_ARGS= CFLAGS="${CFLAGS} -DNOWCHAR" CC="${CC}" \
- GLOBALDIR="${DATADIR}"
-
MAN1= ne.1
PORTDOCS= ne.txt
OpenPOWER on IntegriCloud