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
|
PORTNAME= newlisp
|
||||||
PORTVERSION= 10.7.5
|
PORTVERSION= 10.7.5
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= http://www.newlisp.org/downloads/
|
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.orig 2019-05-12 16:44:17 UTC
|
||||||
+++ makefile_original_install
|
+++ 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,
|
# run in an environment, where NEWLISPDIR is predefined,
|
||||||
# else NEWLISPDIR will be defined during newlisp startup
|
# else NEWLISPDIR will be defined during newlisp startup
|
||||||
# as /usr/share/newlisp which is hardcoded in newlisp.c
|
# as /usr/share/newlisp which is hardcoded in newlisp.c
|
||||||
|
@ -8,11 +8,7 @@
|
||||||
+prefix=$(DESTDIR)$(PREFIX)
|
+prefix=$(DESTDIR)$(PREFIX)
|
||||||
datadir=$(prefix)/share
|
datadir=$(prefix)/share
|
||||||
bindir=$(prefix)/bin
|
bindir=$(prefix)/bin
|
||||||
-mandir=$(prefix)/share/man
|
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
|
|
||||||
@@ -29,7 +29,7 @@ install:
|
@@ -29,7 +29,7 @@ install:
|
||||||
-install -d $(datadir)/doc/newlisp
|
-install -d $(datadir)/doc/newlisp
|
||||||
-rm $(bindir)/newlisp
|
-rm $(bindir)/newlisp
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
bin/newlisp
|
bin/newlisp
|
||||||
bin/newlisp-10.7.5
|
bin/newlisp-10.7.5
|
||||||
bin/newlispdoc
|
bin/newlispdoc
|
||||||
man/man1/newlisp.1.gz
|
|
||||||
man/man1/newlispdoc.1.gz
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ANDROID.txt
|
%%PORTDOCS%%%%DOCSDIR%%/ANDROID.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Android.html
|
%%PORTDOCS%%%%DOCSDIR%%/Android.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||||
|
@ -49,6 +47,8 @@ man/man1/newlispdoc.1.gz
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.html
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32demo.lsp
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32demo.lsp
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlrpc.cgi
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlrpc.cgi
|
||||||
|
share/man/man1/newlisp.1.gz
|
||||||
|
share/man/man1/newlispdoc.1.gz
|
||||||
%%DATADIR%%/modules/canvas.lsp
|
%%DATADIR%%/modules/canvas.lsp
|
||||||
%%DATADIR%%/modules/cgi.lsp
|
%%DATADIR%%/modules/cgi.lsp
|
||||||
%%DATADIR%%/modules/crypto.lsp
|
%%DATADIR%%/modules/crypto.lsp
|
||||||
|
|
Loading…
Add table
Reference in a new issue