Skip to content

Commit

Permalink
Fix Makefile on OpenBSD template.
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Dec 29, 2023
1 parent 09b478f commit 434f3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/openbsd/ports/games/serioussam-alpha/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NO_TEST = Yes
WRKSRC = ${WRKDIST}/Sources

post-install:
${INSTALL_MAN} ${WRKDIST}}/man/serioussam-alpha.1 \
${PREFIX}/man/serioussam-alpha.1
${INSTALL_MAN} ${WRKDIST}/man/serioussam-alpha.1 \
${PREFIX}/man/man1/serioussam-alpha.1

.include <bsd.port.mk>

0 comments on commit 434f3ec

Please sign in to comment.