mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
11 lines
210 B
Makefile
11 lines
210 B
Makefile
GAME = simsu
|
|
COMMENT = basic sudoku game
|
|
DISTNAME = ${GAME}-1.3.9-src
|
|
REVISION = 1
|
|
|
|
post-install:
|
|
mv ${PREFIX}/share/man/man6/${GAME}.6 ${PREFIX}/man/man6
|
|
rm -Rf ${PREFIX}/share/man/
|
|
|
|
.include <bsd.port.mk>
|