diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-27 00:29:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-27 00:29:13 +0000 |
commit | 6114a5a784ba427c085f3ebdef43cc2188032e13 (patch) | |
tree | a9679353c151650674c14610b028048eb01d0329 /databases/libgda3 | |
parent | Add a forgotten '='. (diff) |
Fix PLIST_SUB after the libgda2 --> libgda3 move.
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index fee4728963ea..4e1ea2efa056 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gda-config-tool.1 MAN5= gda-config.5 -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/2$//} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/3$//} PLIST_SUB= VERSION=${PORTVERSION:R} |