diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-06-03 14:57:04 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-06-03 14:57:04 +0000 |
commit | 6467aa45af26fbe316c5797a92c1ee5110e7464f (patch) | |
tree | 3b49ccfede56f4e48c07fa47c535d9788f6d95f2 /editors/bitedit | |
parent | 90f76db5a3b8ece51a8b7a61788e933c9f3a2908 (diff) | |
download | ports-6467aa45af26fbe316c5797a92c1ee5110e7464f.tar.gz ports-6467aa45af26fbe316c5797a92c1ee5110e7464f.zip |
Notes
Diffstat (limited to 'editors/bitedit')
-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 |