aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-10-24 16:40:34 +0800
committersf <sf@FreeBSD.org>2001-10-24 16:40:34 +0800
commitc2b9d1f55f706623ccdc00c8090d08e347bd3215 (patch)
tree1cbb8faef4aba5dec1978cbc92cba14bc3dc6959 /print
parent1cf56fd967073d3091d08bc29d7b75eadeda91b7 (diff)
downloadfreebsd-ports-gnome-c2b9d1f55f706623ccdc00c8090d08e347bd3215.tar.gz
freebsd-ports-gnome-c2b9d1f55f706623ccdc00c8090d08e347bd3215.tar.zst
freebsd-ports-gnome-c2b9d1f55f706623ccdc00c8090d08e347bd3215.zip
unbreak if PORTSDIR is not set explicitly.
PR: 31465 Submitted by: chkno@dork.com, roam
Diffstat (limited to 'print')
-rw-r--r--print/ft2demos/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile
index 4dd13c119f38..2c65a6581a97 100644
--- a/print/ft2demos/Makefile
+++ b/print/ft2demos/Makefile
@@ -26,6 +26,8 @@ USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ENV= TOP="${FREETYPE_WRKSRC}"
+.include <bsd.port.pre.mk>
+
FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
@@ -33,4 +35,4 @@ FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
do-install:
@(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>