mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/newlisp: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
028082cd29
commit
996f304834
3 changed files with 5 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= newlisp
|
||||
PORTVERSION= 10.7.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.newlisp.org/downloads/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- makefile_original_install.orig 2019-05-12 16:44:17 UTC
|
||||
+++ makefile_original_install
|
||||
@@ -6,10 +6,10 @@ VERSION=10.7.5
|
||||
@@ -6,7 +6,7 @@ VERSION=10.7.5
|
||||
# run in an environment, where NEWLISPDIR is predefined,
|
||||
# else NEWLISPDIR will be defined during newlisp startup
|
||||
# as /usr/share/newlisp which is hardcoded in newlisp.c
|
||||
|
@ -8,11 +8,7 @@
|
|||
+prefix=$(DESTDIR)$(PREFIX)
|
||||
datadir=$(prefix)/share
|
||||
bindir=$(prefix)/bin
|
||||
-mandir=$(prefix)/share/man
|
||||
+mandir=$(prefix)/man
|
||||
|
||||
# this is the standard install in /usr/local/bin and /usr/local/share
|
||||
# which as to be done as 'root' with supersuser permissions
|
||||
mandir=$(prefix)/share/man
|
||||
@@ -29,7 +29,7 @@ install:
|
||||
-install -d $(datadir)/doc/newlisp
|
||||
-rm $(bindir)/newlisp
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
bin/newlisp
|
||||
bin/newlisp-10.7.5
|
||||
bin/newlispdoc
|
||||
man/man1/newlisp.1.gz
|
||||
man/man1/newlispdoc.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ANDROID.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Android.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
|
@ -49,6 +47,8 @@ man/man1/newlispdoc.1.gz
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32demo.lsp
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlrpc.cgi
|
||||
share/man/man1/newlisp.1.gz
|
||||
share/man/man1/newlispdoc.1.gz
|
||||
%%DATADIR%%/modules/canvas.lsp
|
||||
%%DATADIR%%/modules/cgi.lsp
|
||||
%%DATADIR%%/modules/crypto.lsp
|
||||
|
|
Loading…
Add table
Reference in a new issue