freebsd-ports/math/gexpr/Makefile
Muhammad Moinur Rahman e3d1aa6da1
math/gexpr: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 20:25:21 +01:00

19 lines
374 B
Makefile

PORTNAME= gexpr
PORTVERSION= 2.0.2
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SUNSITE/apps/math/calc
MAINTAINER= ports@FreeBSD.org
COMMENT= Shell calculator
LICENSE= GPLv2
CONFLICTS_INSTALL= coreutils # bin/gexpr
PLIST_FILES= bin/gexpr share/man/man1/gexpr.1.gz
post-patch:
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile
.include <bsd.port.mk>