summaryrefslogtreecommitdiffstats
path: root/games/libshhcards
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-21 19:26:53 +0000
committerru <ru@FreeBSD.org>2002-07-21 19:26:53 +0000
commitcc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6 (patch)
treea72b53bb05e88c8ee24dafd98968743b2bfc923c /games/libshhcards
parent45473cc058c6b06f62e478cff736391475705908 (diff)
downloadFreeBSD-ports-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.zip
FreeBSD-ports-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.tar.gz
Fixed install on bsd.incs.mk aware systems.
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 1b4a135..05e563d 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
OpenPOWER on IntegriCloud