diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bitedit/Makefile | 4 | ||||
-rw-r--r-- | editors/bitedit/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/bitedit/Makefile b/editors/bitedit/Makefile index 87be365f24a3..f61bdb4796d4 100644 --- a/editors/bitedit/Makefile +++ b/editors/bitedit/Makefile @@ -6,14 +6,14 @@ # $FreeBSD$ PORTNAME= bitedit -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 CATEGORIES= editors MASTER_SITES= http://ledge.co.za/software/bitedit/ MAINTAINER= mich@FreeBSD.org COMMENT= Bitedit is a simple ncurses program for editing a file -MAKE_ARGS= CFLAGS="${CFLAGS} -DDISABLE_SETFONT" +MAKE_ARGS= CFLAGS="${CFLAGS} -DVERSION=\\\"${PORTVERSION}\\\"" DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} diff --git a/editors/bitedit/distinfo b/editors/bitedit/distinfo index 64290d05e3a4..2004ef96dcb2 100644 --- a/editors/bitedit/distinfo +++ b/editors/bitedit/distinfo @@ -1 +1 @@ -MD5 (bitedit-0.9.2.tar.gz) = 4c722b753891935a7176f991699c37c2 +MD5 (bitedit-0.9.4.tar.gz) = c4ce9342315cf8c154715c29314ab404 |