diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-05-25 10:00:45 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-05-25 10:00:45 +0800 |
commit | 1a79b93c9f511b6015cb35a413a8a16f6b303bef (patch) | |
tree | 075ad0a1daf9d0e85d6d93420833dc0de87cf859 | |
parent | d3e2a93110196bdee38cd2e262bad198d88214f7 (diff) | |
download | freebsd-ports-gnome-1a79b93c9f511b6015cb35a413a8a16f6b303bef.tar.gz freebsd-ports-gnome-1a79b93c9f511b6015cb35a413a8a16f6b303bef.tar.zst freebsd-ports-gnome-1a79b93c9f511b6015cb35a413a8a16f6b303bef.zip |
- Fix pkg-plist error accidentally introduced in my previous commit.
-rw-r--r-- | lang/cmucl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index d49c2b5e6b2f..55b7067779da 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -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 |