summaryrefslogtreecommitdiff
path: root/chinese/vflib
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /chinese/vflib
parent- Extract command variable definitions from bsd.port.mk, they are now stored in (diff)
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=197075
Diffstat (limited to 'chinese/vflib')
-rw-r--r--chinese/vflib/Makefile6
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>