diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:58:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:58:01 +0000 |
commit | f7ae779188581f17c813e0736de2ebc61f89e5d4 (patch) | |
tree | db2a4fd00a8a2738e07787f56fdb42a0d262d664 | |
parent | ddc1226b98264e83d3976738d4ce6108f12dabe1 (diff) | |
download | ports-f7ae779188581f17c813e0736de2ebc61f89e5d4.tar.gz ports-f7ae779188581f17c813e0736de2ebc61f89e5d4.zip |
Notes
-rw-r--r-- | games/xoids/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 723b2d6dae22..8863a38d4f12 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -15,6 +15,8 @@ USES= imake USE_XORG= xpm MAN6= xoids.6 +.include <bsd.port.options.mk> + post-extract: @${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man |