diff options
author | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
commit | 1f31ff34b514d77244257a9a94391d3aae8edab0 (patch) | |
tree | a676504f8edaca31196a243aa7393f33f26078fa /chinese/vflib | |
parent | fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (diff) | |
download | freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.gz freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.zst freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.zip |
- 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)
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> |