diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /games/sxsame | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) |
Notes
Diffstat (limited to 'games/sxsame')
-rw-r--r-- | games/sxsame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/sxsame/Makefile b/games/sxsame/Makefile index e8f78cebd4d1..303fe6033bb5 100644 --- a/games/sxsame/Makefile +++ b/games/sxsame/Makefile @@ -21,6 +21,8 @@ USES= imake USE_XORG= xpm INSTALL_TARGET= install install.dir +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sxsame ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/sxsame |