diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
| commit | 42542fb07642b8336e808272918f3ae46aa67e0b (patch) | |
| tree | 98ff235c33c6493aa26457284f122652c38935f7 /chinese/vflib | |
| parent | 4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff) | |
Notes
Diffstat (limited to 'chinese/vflib')
| -rw-r--r-- | chinese/vflib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile index b9a7f062da1a..8ca3658befda 100644 --- a/chinese/vflib/Makefile +++ b/chinese/vflib/Makefile @@ -27,7 +27,7 @@ BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} VFLIB_VERSION= 2.25.6 PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} -DATADIR= ${TARGETDIR}/share/VFlib +DATADIR= ${PREFIX}/share/VFlib GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-freetype \ --with-freetype-includedir=${LOCALBASE}/include/freetype1/freetype \ @@ -49,11 +49,11 @@ post-patch: post-install: @(cd ${WRKSRC}/tools; \ - ${INSTALL_SCRIPT} fmtest disol kban vfperf vftest ${TARGETDIR}/bin) + ${INSTALL_SCRIPT} fmtest disol kban vfperf vftest ${PREFIX}/bin) @(cd ${WRKSRC}; \ ${MKDIR} ${DATADIR}/${VFLIB_VERSION} ;\ ${CP} COPYING COPYING.LIB README.txt.JP_EUC \ ${DATADIR}/${VFLIB_VERSION}) - ${MV} ${DATADIR}/${VFLIB_VERSION}/VF.h ${TARGETDIR}/include + ${MV} ${DATADIR}/${VFLIB_VERSION}/VF.h ${PREFIX}/include .include <bsd.port.post.mk> |
