1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/gexpr: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 19:22:35 +01:00
parent 1c5304f954
commit e3d1aa6da1
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= gexpr
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SUNSITE/apps/math/calc
@ -11,7 +11,7 @@ LICENSE= GPLv2
CONFLICTS_INSTALL= coreutils # bin/gexpr
PLIST_FILES= bin/gexpr man/man1/gexpr.1.gz
PLIST_FILES= bin/gexpr share/man/man1/gexpr.1.gz
post-patch:
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile

View File

@ -21,7 +21,7 @@
- cp -f gexpr /usr/local/bin;
- cp -f gexpr.1 /usr/local/man/man1
+ install -s gexpr ${DESTDIR}/usr/local/bin;
+ install gexpr.1 ${DESTDIR}/usr/local/man/man1
+ install gexpr.1 ${DESTDIR}/usr/local/share/man/man1
clean:
rm -f *.o core