diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-23 08:24:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-23 08:24:34 +0000 |
commit | 482f5c945cd4be0d177066ba6171e675d254d402 (patch) | |
tree | af3677ccd2963fbc8fbc93d970c9d379c2942665 /textproc/openvanilla-framework/Makefile | |
parent | 878628deb703a26a5038c836dbcd49a4900b1a9e (diff) |
Notes
Diffstat (limited to 'textproc/openvanilla-framework/Makefile')
-rw-r--r-- | textproc/openvanilla-framework/Makefile | 4 |
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> |