ports/opt (3.4): clisp: move man pages
commit 358bdc8699b7050864408d23958b15408008739d Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Feb 21 20:26:50 2018 +1100 clisp: move man pages diff --git a/clisp/.footprint b/clisp/.footprint index f06161355..0fc62031e 100644 --- a/clisp/.footprint +++ b/clisp/.footprint @@ -35,10 +35,6 @@ drwxr-xr-x root/root usr/lib/clisp-2.49/linkkit/ -rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/clisp.h -rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/modprep.lisp -rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/modules.c -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/clisp-link.1.gz --rw-r--r-- root/root usr/man/man1/clisp.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/clisp.m4 @@ -49,6 +45,10 @@ drwxr-xr-x root/root usr/share/emacs/site-lisp/ -rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-ffi.el -rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-indent.el -rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-indent.lisp +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/clisp-link.1.gz +-rw-r--r-- root/root usr/share/man/man1/clisp.1.gz drwxr-xr-x root/root usr/share/vim/ drwxr-xr-x root/root usr/share/vim/vimfiles/ drwxr-xr-x root/root usr/share/vim/vimfiles/after/ diff --git a/clisp/.signature b/clisp/.signature index 178a65ec9..705043275 100644 --- a/clisp/.signature +++ b/clisp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Yl/zrctPz1TTXPMDNLQ36FA0MKR+XyapWRl2vsfTzxWUuoYzrv0im15Gqu4bRSE29eCr93PPWOwYfOMPq3UuQY= -SHA256 (Pkgfile) = 4010f329857fbf7eea16dea8cef5ffa10b6a41eaf730e1d9b0b7e710370ea216 -SHA256 (.footprint) = 85f57323830b9a92751c4eeaafba3ab4ef1a7c294905eec4d9643eb6f4ead73a +RWSE3ohX2g5d/UaVSIxJvMxfok3R20K78wVOwB8TPe79OaUHJEhW/hcWd4Q3iMnpRD9hEvCa91CWYbIR9o01oC6nC7lr37ptag4= +SHA256 (Pkgfile) = 0b38427637ee8f25fb05b60f183605a55b021f0ff7627e0e80b68ebbd9fdb74a +SHA256 (.footprint) = 64639d555b9e46e7544f8b1cbc4f749c663b046492fd3d289f47a19f364a2e58 SHA256 (clisp-2.49.tar.bz2) = 8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890 diff --git a/clisp/Pkgfile b/clisp/Pkgfile index 387e36d66..ffe07cc5e 100644 --- a/clisp/Pkgfile +++ b/clisp/Pkgfile @@ -1,28 +1,25 @@ # Description: GNU CLisp is an ANSI Common Lisp Implementation. # URL: http://clisp.cons.org/ # Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Danny Rawlins, crux at romster dot me -# Depends on: libsigsegv +# Depends on: libsigsegv readline name=clisp version=2.49 release=1 -source=(http://ftp.gnu.org/pub/gnu/clisp/latest/$name-$version.tar.bz2) +source=(https://ftp.gnu.org/pub/gnu/clisp/latest/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ - --prefix=/usr \ - --mandir=/usr/man + --prefix=/usr cd src ./makemake \ --with-dynamic-ffi \ --without-dynamic-modules \ - --prefix=/usr \ - --mandir=/usr/man + --prefix=/usr make -j1 make -j1 DESTDIR=$PKG install
participants (1)
-
crux@crux.nu