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:
parent
1c5304f954
commit
e3d1aa6da1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user