summaryrefslogtreecommitdiff
path: root/finance/grisbi/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-04-28 20:30:52 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-04-28 20:30:52 +0000
commitef82cd63afceb8d8f0b0de3c653ee399ff3cde06 (patch)
tree5bd7c4ec34887e64b6933f287f56839fc45884d4 /finance/grisbi/Makefile
parentFix pkg-plist and install examples. (diff)
Fix pkg-plist.
Noticed on dosirak & bento. Approved by: mat (mentor).
Diffstat (limited to 'finance/grisbi/Makefile')
-rw-r--r--finance/grisbi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile
index 559edd92d83e..ac43146eee52 100644
--- a/finance/grisbi/Makefile
+++ b/finance/grisbi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= grisbi
PORTVERSION= 0.4.5
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,6 +25,8 @@ USE_BISON= yes
USE_BZIP2= yes
USE_AUTOCONF_VER= 213
+MAN1= grisbi.1
+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
AUTOHEADER="${AUTOHEADER}" AUTOCONF="${AUTOCONF}"