diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-27 08:29:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-27 08:29:13 +0800 |
commit | 631a0a3b97cd21d2b62d70161f72cc5e7fac8651 (patch) | |
tree | f5ad440710e14cc72061bc1c964c42c1ca1e680d /databases/libgda3 | |
parent | 55bf7e83271856613a47404c77d3847ea3c73619 (diff) | |
download | freebsd-ports-gnome-631a0a3b97cd21d2b62d70161f72cc5e7fac8651.tar.gz freebsd-ports-gnome-631a0a3b97cd21d2b62d70161f72cc5e7fac8651.tar.zst freebsd-ports-gnome-631a0a3b97cd21d2b62d70161f72cc5e7fac8651.zip |
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} |