1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Fix pkg-plist error accidentally introduced in my previous commit.

This commit is contained in:
Alejandro Pulver 2007-05-25 02:00:45 +00:00
parent 4d4711e32e
commit 7858104609
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191701

View File

@ -19,8 +19,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-FreeBSD
MAINTAINER= cracauer@cons.org
COMMENT= The CMU implementation of Common Lisp
BROKEN= Incorrect pkg-plist
# To make available on other archs, has to be cross-compiled (there is a
# script for this, but a configuration file has to be written).
IA32_BINART_PORT= yes
@ -39,7 +37,7 @@ LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin/${PORTNAME}
${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin
cd ${WRKDIR} && ${FIND} lib | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
${INSTALL_MAN} ${WRKDIR}/man/man1/cmucl.1 ${MANPREFIX}/man/man1