mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/slisp: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
59150318fd
commit
c1382a23c3
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= slisp
|
PORTNAME= slisp
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang lisp
|
CATEGORIES= lang lisp
|
||||||
MASTER_SITES= http://www.sigala.it/sandro/files/
|
MASTER_SITES= http://www.sigala.it/sandro/files/
|
||||||
|
|
||||||
|
@ -11,9 +11,10 @@ WWW= http://www.sigala.it/sandro/software.php #slisp
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
INFO= slisp
|
INFO= slisp
|
||||||
PLIST_FILES= bin/slisp \
|
PLIST_FILES= bin/slisp \
|
||||||
man/man1/slisp.1.gz
|
share/man/man1/slisp.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue