mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
math/gexpr: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user