diff options
author | Michael Landin <mich@FreeBSD.org> | 2004-06-24 14:23:15 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2004-06-24 14:23:15 +0000 |
commit | 3a2b9cc19fa2bed65e2cefbed328033ef441020b (patch) | |
tree | 50ae28028909bbb112e064b546a0661600b6b16b /misc/clex/Makefile | |
parent | df31a588910bea9520b49efe756b88fdb447bab3 (diff) |
Notes
Diffstat (limited to 'misc/clex/Makefile')
-rw-r--r-- | misc/clex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/clex/Makefile b/misc/clex/Makefile index 6974a22c5513..cc7667f0a4de 100644 --- a/misc/clex/Makefile +++ b/misc/clex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clex -PORTVERSION= 3.1.8 +PORTVERSION= 3.1.9 CATEGORIES= misc MASTER_SITES= http://www.clex.sk/download/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +17,7 @@ COMMENT= A commandline file manager WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +USE_GMAKE= yes MAN1= clex.1 PLIST_FILES= bin/clex |