diff options
Diffstat (limited to 'editors/setedit/Makefile')
-rw-r--r-- | editors/setedit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile index ea13388a238c..e4869593d680 100644 --- a/editors/setedit/Makefile +++ b/editors/setedit/Makefile @@ -8,8 +8,7 @@ PORTNAME= setedit PORTVERSION= 0.5.4 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= setedit +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= exile@chamber.ee @@ -18,8 +17,7 @@ COMMENT= Programmer's editor with a nice Text User Interface (TUI) LIB_DEPENDS= rhtv.2:${PORTSDIR}/devel/rhtvision HAS_CONFIGURE= yes -CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" \ - X11BASE="${X11BASE}" +CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" USE_PERL5_BUILD=yes USE_GMAKE= yes |