diff options
author | ru <ru@FreeBSD.org> | 2002-07-21 19:26:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-21 19:26:53 +0000 |
commit | cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6 (patch) | |
tree | a72b53bb05e88c8ee24dafd98968743b2bfc923c /games/libshhcards | |
parent | 45473cc058c6b06f62e478cff736391475705908 (diff) | |
download | FreeBSD-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.lib | 3 |
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 |