diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 17:17:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 17:17:09 +0000 |
commit | eb15dfe78ab3d0f24f61554d9ec0e84d597c18ad (patch) | |
tree | ad399a77b68fd4935a0573ed3cb5b5424b9d26cd /editors/ne | |
parent | bce5b526686b23f9a588e9b8e27537773361aa24 (diff) | |
download | ports-eb15dfe78ab3d0f24f61554d9ec0e84d597c18ad.tar.gz ports-eb15dfe78ab3d0f24f61554d9ec0e84d597c18ad.zip |
Notes
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 92063d67f583..859d5dbefd94 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 |