aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-09 19:01:32 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-09 20:01:29 +0000
commit996f304834643c154390844c495b121728d77375 (patch)
tree52d7b322d5d1679d857d06d01271e9ebd8506a42
parent028082cd29762e27dbc55abde3f4e3b24433925b (diff)
downloadports-996f304834643c154390844c495b121728d77375.tar.gz
ports-996f304834643c154390844c495b121728d77375.zip
lang/newlisp: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--lang/newlisp/Makefile2
-rw-r--r--lang/newlisp/files/patch-makefile__original__install8
-rw-r--r--lang/newlisp/pkg-plist4
3 files changed, 5 insertions, 9 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index acc046b06fa1..8bbf350434c3 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= newlisp
PORTVERSION= 10.7.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang
MASTER_SITES= http://www.newlisp.org/downloads/
diff --git a/lang/newlisp/files/patch-makefile__original__install b/lang/newlisp/files/patch-makefile__original__install
index 3c6d4f9bf7f7..073ce73234a4 100644
--- a/lang/newlisp/files/patch-makefile__original__install
+++ b/lang/newlisp/files/patch-makefile__original__install
@@ -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
diff --git a/lang/newlisp/pkg-plist b/lang/newlisp/pkg-plist
index 7ae86720b4f5..41f10281deaf 100644
--- a/lang/newlisp/pkg-plist
+++ b/lang/newlisp/pkg-plist
@@ -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