1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

lang/pbasic: Sanitize MANPREFIX

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 02:41:07 +01:00
parent 0f9f905d02
commit c9dbee7d55

View File

@ -1,5 +1,6 @@
PORTNAME= pbasic
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.berklix.org/pub/FreeBSD/ports/distfiles/ \
http://www.berklix.com/~jhs/ftp/distfiles/
@ -13,7 +14,7 @@ LICENSE= PD
ALL_TARGET= freebsd
MAKEFILE= makefile
PLIST_FILES= bin/pbasic man/man1/pbasic.1.gz
PLIST_FILES= bin/pbasic share/man/man1/pbasic.1.gz
post-patch: .SILENT
${REINPLACE_CMD} -e '/^CC/s/=/?=/' \
@ -27,6 +28,6 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/basic ${STAGEDIR}${PREFIX}/bin/pbasic
${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1
${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/share/man/man1/pbasic.1
.include <bsd.port.mk>