summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-10-24 08:40:34 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-10-24 08:40:34 +0000
commit3fb197a41a62d2e591aba1a1036327008a0d4dca (patch)
tree9a5b975ed7f50f36fd7898c117af6ae61040c56b /print
parent- Add ports/games/newkind (diff)
unbreak if PORTSDIR is not set explicitly.
PR: 31465 Submitted by: chkno@dork.com, roam
Notes
Notes: svn path=/head/; revision=49166
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>