Lines 3-9
Link Here
|
3 |
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ |
3 |
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ |
4 |
|
4 |
|
5 |
PORTNAME= gnucash-docs |
5 |
PORTNAME= gnucash-docs |
6 |
PORTVERSION= 2.6.0 |
6 |
PORTVERSION= 2.6.1 |
7 |
CATEGORIES= finance gnome |
7 |
CATEGORIES= finance gnome |
8 |
MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ |
8 |
MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ |
9 |
http://www.gnucash.org/pub/gnucash/sources/stable/ \ |
9 |
http://www.gnucash.org/pub/gnucash/sources/stable/ \ |
Lines 22-25
Link Here
|
22 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
23 |
CPPFLAGS+= -I${LOCALBASE}/include |
23 |
CPPFLAGS+= -I${LOCALBASE}/include |
24 |
|
24 |
|
|
|
25 |
post-patch: |
26 |
@${REINPLACE_CMD} -e '/scrollkeeper-preinstall/s|$$(docdir)|$$(gnomehelpdir)|' \ |
27 |
${WRKSRC}/omf.make ${WRKSRC}/guide/C/Makefile.in ${WRKSRC}/guide/de/Makefile.in \ |
28 |
${WRKSRC}/guide/it/Makefile.in ${WRKSRC}/guide/ja/Makefile.in \ |
29 |
${WRKSRC}/help/C/Makefile.in ${WRKSRC}/help/de/Makefile.in \ |
30 |
${WRKSRC}/help/it/Makefile.in |
31 |
|
25 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |