Skip to content

Commit

Permalink
Update to accommodate removal of MANPREFIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
signetica committed Apr 21, 2024
1 parent 1df52e4 commit 68ae211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gmlgpio.shar
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sed 's/^X//' > gmlgpio/Makefile << 'SHAR_END'
X# Created by: Cyrus Rahman <crahman@gmail.com>
X
XPORTNAME= gmlgpio
XDISTVERSION= 1.0.1
XDISTVERSION= 1.0.2
XCATEGORIES= sysutils
X
XMAINTAINER= crahman@gmail.com
Expand All @@ -30,7 +30,7 @@ XUSE_GITHUB= yes
XGH_ACCOUNT= signetica
X
Xpre-install:
X ${INSTALL_MAN} ${WRKSRC}/gmlgpio.4 ${STAGEDIR}${MANPREFIX}/man/man4
X ${INSTALL_MAN} ${WRKSRC}/gmlgpio.4 ${STAGEDIR}${PREFIX}/share/man/man4
X
X.include <bsd.port.mk>
SHAR_END
Expand Down

0 comments on commit 68ae211

Please sign in to comment.