diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-18 23:46:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-18 23:46:45 +0000 |
commit | bf96e81a816dbed273bb1c38c89e9c27810c8fd0 (patch) | |
tree | 0aa806169b6f1dc9119de01a6b61af52c9373366 /games/lpairs | |
parent | Unconditionnaly install docs in stage (diff) |
- Support staging
Notes
Notes:
svn path=/head/; revision=330804
Diffstat (limited to 'games/lpairs')
-rw-r--r-- | games/lpairs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/lpairs/Makefile b/games/lpairs/Makefile index ed89eb456755..f3a9a41df5fd 100644 --- a/games/lpairs/Makefile +++ b/games/lpairs/Makefile @@ -15,7 +15,6 @@ USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |