aboutsummaryrefslogtreecommitdiff
path: root/textproc/openvanilla-framework/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-03-23 08:24:34 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-03-23 08:24:34 +0000
commit482f5c945cd4be0d177066ba6171e675d254d402 (patch)
treeaf3677ccd2963fbc8fbc93d970c9d379c2942665 /textproc/openvanilla-framework/Makefile
parent878628deb703a26a5038c836dbcd49a4900b1a9e (diff)
Notes
Diffstat (limited to 'textproc/openvanilla-framework/Makefile')
-rw-r--r--textproc/openvanilla-framework/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/openvanilla-framework/Makefile b/textproc/openvanilla-framework/Makefile
index 93f54b894e07..809d60e569c8 100644
--- a/textproc/openvanilla-framework/Makefile
+++ b/textproc/openvanilla-framework/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openvanilla-framework
-PORTVERSION= 0.7.1.20050902
+PORTVERSION= 0.7.2.b20060214
CATEGORIES= textproc
MASTER_SITES= http://www.csie.org/~llwang/ \
http://www.infor.org/~llwang/
@@ -20,6 +20,6 @@ NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/include/OpenVanilla
- @${INSTALL_DATA} ${WRKSRC}/Headers/* ${PREFIX}/include/OpenVanilla
+ @${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* ${PREFIX}/include/OpenVanilla
.include <bsd.port.mk>