summaryrefslogtreecommitdiff
path: root/games/libshhcards
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-21 19:26:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-21 19:26:53 +0000
commitc155b6a8ffd4a1d10845aae079d35d06853471fe (patch)
treebd04c80e05daad99d733867a4ab10712c4d2aa3e /games/libshhcards
parentFixed install on post-bsd.incs.mk systems by replacing the non-working (diff)
Fixed install on bsd.incs.mk aware systems.
Notes
Notes: svn path=/head/; revision=63331
Diffstat (limited to 'games/libshhcards')
-rw-r--r--games/libshhcards/files/Makefile.lib3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/libshhcards/files/Makefile.lib b/games/libshhcards/files/Makefile.lib
index 1b4a135d0c2b..05e563d82944 100644
--- a/games/libshhcards/files/Makefile.lib
+++ b/games/libshhcards/files/Makefile.lib
@@ -9,7 +9,8 @@ NOPROFILE= yes
NOOBJ= yes
INCS= shhcards.h
-INCDIR= ${PREFIX}/include
+INCSDIR=${PREFIX}/include
+INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API
CFLAGS+= -I${X11BASE}/include