mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
textproc/l2a: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
97ce90c580
commit
6a03e2e437
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= l2a
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://hannemyr.com/enjoy/
|
||||
DISTNAME= l2a
|
||||
|
@ -13,6 +14,6 @@ USES= zip
|
|||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= bin/l2a \
|
||||
man/man1/l2a.1.gz
|
||||
share/man/man1/l2a.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
-BINDIR = /local/bin
|
||||
-MANDIR = /local/man
|
||||
+BINDIR = ${PREFIX}/bin
|
||||
+MANDIR = ${PREFIX}/man
|
||||
+MANDIR = ${PREFIX}/share/man
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# END OF CUSTOMIZATION SECTION
|
||||
|
|
Loading…
Add table
Reference in a new issue