diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-28 20:30:52 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-28 20:30:52 +0000 |
commit | ef82cd63afceb8d8f0b0de3c653ee399ff3cde06 (patch) | |
tree | 5bd7c4ec34887e64b6933f287f56839fc45884d4 /finance/grisbi/Makefile | |
parent | Fix 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/Makefile | 3 |
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}" |