diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-24 08:56:50 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-24 08:56:50 +0000 |
commit | b7ca83e870bf5b40244375ca96ef56faf211685f (patch) | |
tree | bebb533cab139de3147630fd36643ba8a8369238 /misc/deco/Makefile | |
parent | 34f2456e7dc42bf6e1dbf4aebd618e951b3b86c8 (diff) |
Notes
Diffstat (limited to 'misc/deco/Makefile')
-rw-r--r-- | misc/deco/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/deco/Makefile b/misc/deco/Makefile index 122833c2a1aa..ac5aa519ecb0 100644 --- a/misc/deco/Makefile +++ b/misc/deco/Makefile @@ -6,17 +6,17 @@ # PORTNAME= deco -PORTVERSION= 3.8.3 -PORTREVISION= 2 +PORTVERSION= 3.9 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cronyx.ru/cronyx/deco/ -DISTNAME= deco383 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=deco +DISTNAME= deco39 EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org COMMENT= Demos Commander, a free Norton Commander clone -WRKSRC= ${WRKDIR}/deco383 +WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share CONFIGURE_ENV= ac_cv_lib_ncurses_tgetent=no |